Created
January 10, 2011 20:42
-
-
Save phiggins42/773434 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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."); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
haha :D