©2010
<<<<<<< HEAD Generated by JsDoc Toolkit 2.4.0 on Mon Mar 21 2011 06:33:39 GMT-0000 (UTC)
======= Generated by JsDoc Toolkit 2.4.0 on Mon Apr 04 2011 02:43:31 GMT-0000 (UTC)
>>>>>>> 3fe863faa00b8e51f1f2f53b6d3e10fbf4b349ff HTML template: Codeview

Class Core

<<<<<<< HEAD
Defined in: GameLib.js. =======
Defined in: gamelib.js. >>>>>>> 3fe863faa00b8e51f1f2f53b6d3e10fbf4b349ff

Class Summary
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 Summary
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.
 
Extends this object with methods from the passed in object.
Class Detail
Core(I)
The Core class is used to add extended functionality to objects without extending the object class directly. Inherit from Core to gain its utility methods.
Parameters:
{Object} I
Instance variables
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.