Fixes Issue #8

This commit is contained in:
Peter Cottle 2013-02-16 17:34:43 -08:00
parent e89c68d78e
commit 9c7e5707f0
7 changed files with 9 additions and 6 deletions

View file

@ -6509,7 +6509,7 @@ var init = function() {
eventBaton.stealBaton('docKeydown', function() { }); eventBaton.stealBaton('docKeydown', function() { });
eventBaton.stealBaton('docKeyup', function() { }); eventBaton.stealBaton('docKeyup', function() { });
$('body').delegate('div.close', 'click', function() { alert('these dont actually work sorry lol.'); }); //$('body').delegate('div.close', 'click', function() { alert('these dont actually work sorry lol.'); });
/** /**
* I am disabling this for now, it works on desktop but is * I am disabling this for now, it works on desktop but is
@ -13679,6 +13679,7 @@ var LevelBuilder = Level.extend({
'hide start': this.hideStart, 'hide start': this.hideStart,
'finish': this.finish, 'finish': this.finish,
'define hint': this.defineHint, 'define hint': this.defineHint,
'define name': this.defineName,
'edit dialog': this.editDialog, 'edit dialog': this.editDialog,
'help builder': LevelBuilder.__super__.startDialog 'help builder': LevelBuilder.__super__.startDialog
}; };
@ -18575,7 +18576,7 @@ var init = function() {
eventBaton.stealBaton('docKeydown', function() { }); eventBaton.stealBaton('docKeydown', function() { });
eventBaton.stealBaton('docKeyup', function() { }); eventBaton.stealBaton('docKeyup', function() { });
$('body').delegate('div.close', 'click', function() { alert('these dont actually work sorry lol.'); }); //$('body').delegate('div.close', 'click', function() { alert('these dont actually work sorry lol.'); });
/** /**
* I am disabling this for now, it works on desktop but is * I am disabling this for now, it works on desktop but is
@ -21499,6 +21500,7 @@ var LevelBuilder = Level.extend({
'hide start': this.hideStart, 'hide start': this.hideStart,
'finish': this.finish, 'finish': this.finish,
'define hint': this.defineHint, 'define hint': this.defineHint,
'define name': this.defineName,
'edit dialog': this.editDialog, 'edit dialog': this.editDialog,
'help builder': LevelBuilder.__super__.startDialog 'help builder': LevelBuilder.__super__.startDialog
}; };

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
build/bundle.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -409,7 +409,7 @@
For a much easier time perusing the source, see the individual files at: For a much easier time perusing the source, see the individual files at:
https://github.com/pcottle/learnGitBranching https://github.com/pcottle/learnGitBranching
--> -->
<script src="build/bundle.min.4936b5ab.js"></script> <script src="build/bundle.min.f3a7af23.js"></script>
<!-- The advantage of github pages: super-easy, simple, slick static hostic. <!-- The advantage of github pages: super-easy, simple, slick static hostic.
The downside? No raw logs to parse for analytics, so I have to include The downside? No raw logs to parse for analytics, so I have to include

View file

@ -71,7 +71,7 @@ var init = function() {
eventBaton.stealBaton('docKeydown', function() { }); eventBaton.stealBaton('docKeydown', function() { });
eventBaton.stealBaton('docKeyup', function() { }); eventBaton.stealBaton('docKeyup', function() { });
$('body').delegate('div.close', 'click', function() { alert('these dont actually work sorry lol.'); }); //$('body').delegate('div.close', 'click', function() { alert('these dont actually work sorry lol.'); });
/** /**
* I am disabling this for now, it works on desktop but is * I am disabling this for now, it works on desktop but is

View file

@ -335,6 +335,7 @@ var LevelBuilder = Level.extend({
'hide start': this.hideStart, 'hide start': this.hideStart,
'finish': this.finish, 'finish': this.finish,
'define hint': this.defineHint, 'define hint': this.defineHint,
'define name': this.defineName,
'edit dialog': this.editDialog, 'edit dialog': this.editDialog,
'help builder': LevelBuilder.__super__.startDialog 'help builder': LevelBuilder.__super__.startDialog
}; };