cleanup
This commit is contained in:
parent
2f58049f65
commit
f833fc7575
@ -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;
|
||||||
|
|||||||
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user