mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
zomg so many keys
This commit is contained in:
parent
9048f09d9f
commit
7e165c6fdc
18 changed files with 354 additions and 75 deletions
|
@ -63,7 +63,6 @@ var initRootEvents = function(eventBaton) {
|
|||
$(document).bind('keyup', function(e) {
|
||||
eventBaton.trigger('docKeyup', e);
|
||||
});
|
||||
|
||||
$(window).on('resize', function(e) {
|
||||
events.trigger('resize', e);
|
||||
});
|
||||
|
@ -126,6 +125,7 @@ var initDemo = function(sandbox) {
|
|||
|
||||
if (params.locale !== undefined && params.locale.length) {
|
||||
constants.GLOBAL.locale = params.locale;
|
||||
events.trigger('localeChanged');
|
||||
}
|
||||
|
||||
if (params.command) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue