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($('#options'));
$.rm($('.overlay'));
return window.removeEventListener('mousedown', options.rm, false);
return $.rm($('.overlay'));
},
tab: function() {
var content, div, _i, _len, _results;

View File

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