Removed some old code that didn't work out.

This commit is contained in:
Scott Erickson 2014-04-22 10:43:08 -07:00
parent e8da248302
commit bb0cbf1151

View file

@ -32,13 +32,6 @@ module.exports = class EditorLevelView extends View
'click #level-patch-button': 'startPatchingLevel'
'click #level-watch-button': 'toggleWatchLevel'
subscriptions:
'refresh-level-editor': 'rerenderAllViews'
rerenderAllViews: ->
for view in [@thangsTab, @settingsTab, @scriptsTab, @componentsTab, @systemsTab, @patchesView]
view.render()
constructor: (options, @levelID) ->
super options
@listenToOnce(@supermodel, 'loaded-all', @onAllLoaded)