Merge pull request #248 from edx/christina/remove-w

Forgot to remove registration of onKeyUp function.
This commit is contained in:
Christina Roberts
2013-06-24 06:12:24 -07:00

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);