More memory fixes.

This commit is contained in:
Scott Erickson 2014-02-11 14:24:06 -08:00
parent 1b0c3fb236
commit b904e1f939
7 changed files with 23 additions and 26 deletions
app/lib/scripts

View file

@ -182,7 +182,7 @@ module.exports = ScriptManager = class ScriptManager extends CocoClass
# STARTING NOTES
run: =>
run: ->
# catch all for analyzing the current state and doing whatever needs to happen next
return if @scriptInProgress
@skipAhead()