zomg so many keys

This commit is contained in:
Peter Cottle 2013-02-23 23:07:03 -08:00
parent 9048f09d9f
commit 7e165c6fdc
18 changed files with 354 additions and 75 deletions

View file

@ -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) {