Skip to content

Instantly share code, notes, and snippets.

@linusthe3rd
Created November 16, 2010 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linusthe3rd/701975 to your computer and use it in GitHub Desktop.
Save linusthe3rd/701975 to your computer and use it in GitHub Desktop.
(function() {
//set up your widget
dojo.declare("MyTable", dijit._Widget, {
constructor: function(args){
//other stuff to instantiate
this._childWidgets = [];
this._connectHandles = [];
this._topics = []
},
//other widget method declarations
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment