mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 00:18:56 +02:00
OMG WORST BUG EVER WITH THE WHOLE DEBOUNCE ON PROTOTYPE NEVER AGAIN
This commit is contained in:
parent
4b3e13b0b5
commit
e74266f00e
6 changed files with 144 additions and 48 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue