cleanup
This commit is contained in:
parent
2f58049f65
commit
f833fc7575
@ -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;
|
||||
|
||||
@ -800,7 +800,6 @@ options =
|
||||
rm: ->
|
||||
$.rm $ '#options'
|
||||
$.rm $ '.overlay'
|
||||
window.removeEventListener 'mousedown', options.rm, false
|
||||
|
||||
tab: ->
|
||||
content = $$ '#main, #flavors, #time'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user