This commit is contained in:
James Campos 2011-06-13 17:43:19 -07:00
parent 2f58049f65
commit f833fc7575
2 changed files with 1 additions and 3 deletions

View File

@ -1019,8 +1019,7 @@
}, },
rm: function() { rm: function() {
$.rm($('#options')); $.rm($('#options'));
$.rm($('.overlay')); return $.rm($('.overlay'));
return window.removeEventListener('mousedown', options.rm, false);
}, },
tab: function() { tab: function() {
var content, div, _i, _len, _results; var content, div, _i, _len, _results;

View File

@ -800,7 +800,6 @@ options =
rm: -> rm: ->
$.rm $ '#options' $.rm $ '#options'
$.rm $ '.overlay' $.rm $ '.overlay'
window.removeEventListener 'mousedown', options.rm, false
tab: -> tab: ->
content = $$ '#main, #flavors, #time' content = $$ '#main, #flavors, #time'