[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 310 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
IEEventFacade() X-Ref |
No description |
IELazyFacade(e) X-Ref |
No description |
val(v) X-Ref |
Wrapper function for Object.defineProperty that creates a property whose value will be calulated only when asked for. After calculating the value, the getter wll be removed, so it will behave as a normal property beyond that point. A setter is also assigned so assigning to the property will clear the getter, so foo.prop = 'a'; foo.prop; won't trigger the getter, overwriting value 'a'. Used only by the DOMEventFacades used by IE8 when the YUI configuration <code>lazyEventFacade</code> is set to true. param: o {DOMObject} A DOM object to add the property to param: prop {String} The name of the new property param: valueFn {Function} The function that will return the initial, default |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |