[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/3.17.2/event-base-ie/ -> event-base-ie-debug.js (summary)

(no description)

File Size: 310 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  IEEventFacade()
  IELazyFacade()
  val()

Functions
Functions that are not part of a class:

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