XObject.js
authorAlan Knowles <alan@wideboy.(none)>
Thu, 15 Apr 2010 14:01:06 +0000 (22:01 +0800)
committerAlan Knowles <alan@wideboy.(none)>
Thu, 15 Apr 2010 14:01:06 +0000 (22:01 +0800)
XObject.js

index 6d1a328..3964cf6 100644 (file)
@@ -57,6 +57,11 @@ XObject.prototype = {
       * @method init
       * Initializes the Element (el) hooks up all the listeners
       * and packs the children.
+      * you can override this, in child objects, then 
+      * do this to do thi initailiztion.
+      * XObject.prototype.init.call(this); 
+      * 
+      * 
       */ 
     init : function()
     {