Whitespace fixes.
This commit is contained in:
parent
6714a4e8c7
commit
f51ca57f2f
@ -1,4 +1,4 @@
|
|||||||
Menu =
|
Menu =
|
||||||
init: ->
|
init: ->
|
||||||
return unless g.VIEW in ['index', 'thread'] and Conf['Menu']
|
return unless g.VIEW in ['index', 'thread'] and Conf['Menu']
|
||||||
|
|
||||||
|
|||||||
@ -101,4 +101,3 @@ Post.Clone = class extends Post
|
|||||||
clone
|
clone
|
||||||
else
|
else
|
||||||
node.cloneNode true
|
node.cloneNode true
|
||||||
|
|
||||||
|
|||||||
@ -16,4 +16,3 @@ class SimpleDict
|
|||||||
forEach: (fn) ->
|
forEach: (fn) ->
|
||||||
fn @[key] for key in [@keys...]
|
fn @[key] for key in [@keys...]
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user