Menu.rmEntry no longer needed
This commit is contained in:
parent
cdb83f744a
commit
fef0089749
@ -196,10 +196,6 @@ UI = do ->
|
||||
@parseEntry entry
|
||||
@entries.push entry
|
||||
|
||||
rmEntry: (entry) =>
|
||||
index = @entries.indexOf entry
|
||||
@entries.splice index, 1
|
||||
|
||||
parseEntry: (entry) ->
|
||||
{el, subEntries} = entry
|
||||
$.addClass el, 'entry'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user