Class Core
<<<<<<< HEAD
Defined in: GameLib.js.
=======
Defined in: gamelib.js.
>>>>>>> 3fe863faa00b8e51f1f2f53b6d3e10fbf4b349ff
Constructor Attributes | Constructor Name and Description |
---|---|
Core(I)
The Core class is used to add extended functionality to objects without
extending the object class directly.
|
Method Attributes | Method Name and Description |
---|---|
Generates a public jQuery style getter / setter method for each
String argument.
|
|
Generates a public jQuery style getter method for each String argument.
|
|
extend()
Extends this object with methods from the passed in object.
|
Method Detail
attrAccessor()
Generates a public jQuery style getter / setter method for each
String argument.
attrReader()
Generates a public jQuery style getter method for each String argument.
extend()
Extends this object with methods from the passed in object. `before` and
`after` are special option names that glue functionality before or after
existing methods.