Forgot to remove registration of onKeyUp function.

This commit is contained in:
cahrens
2013-06-24 09:09:05 -04:00
parent 250de3fcb6
commit ad6e745762

View File

@@ -25,7 +25,6 @@ $(document).ready(function() {
$newComponentTemplatePickers = $('.new-component-templates');
$newComponentButton = $('.new-component-button');
$spinner = $('<span class="spinner-in-field-icon"></span>');
$body.bind('keyup', onKeyUp);
$('.expand-collapse-icon').bind('click', toggleSubmodules);
$('.visibility-options').bind('change', setVisibility);