Skip to content

Instantly share code, notes, and snippets.

@phiggins42
Created January 10, 2011 20:42
Show Gist options
  • Save phiggins42/773434 to your computer and use it in GitHub Desktop.
Save phiggins42/773434 to your computer and use it in GitHub Desktop.
dojo.declare("Thinger", dijit._Widget, {
startup: function(){
alert("NO MATTER HOW HARD YOU TRY OR HOW MAD YOU GET THIS WILL NEVER RUN!")
},
lostofothercode: function(){
// lets call it 400 lines of other class functions and whatnot.
},
startup: function(){
console.warn("hello, idiot.");
}
});
@neonstalwart
Copy link

haha :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment