XObject.js
authorAlan Knowles <alan@wideboy.(none)>
Thu, 15 Apr 2010 23:55:50 +0000 (07:55 +0800)
committerAlan Knowles <alan@wideboy.(none)>
Thu, 15 Apr 2010 23:55:50 +0000 (07:55 +0800)
XObject.js

index 09e40f2..9136df5 100644 (file)
  * B) In theory it should be gjs/Seed compatible..
  * C) It provides getElementById style lookups for elements.
  * D) It provides classic OO constructors for Javascript (extend/define)
+ * E) It does not modify any buildin prototypes.. 
  *
  * Extend this.. to use it's wonderful features..
  * 
  * normal usage:
+ * XObject = imports.XObject.XObject;
  * Xyz = new XObject({
  *     xtype: Gtk.Window,
  *     id : 'window',