OMG WORST BUG EVER WITH THE WHOLE DEBOUNCE ON PROTOTYPE NEVER AGAIN

This commit is contained in:
Peter Cottle 2013-01-05 16:42:11 -08:00
parent 4b3e13b0b5
commit e74266f00e
6 changed files with 144 additions and 48 deletions

View file

@ -30,7 +30,7 @@ var init = function() {
eventBaton = new EventBaton();
commandUI = new CommandUI();
sandbox = new Level();
sandbox = new Sandbox();
// we always want to focus the text area to collect input
var focusTextArea = function() {