Fix bug where deep links didn't connect

This commit is contained in:
Andrew Miner
2015-01-21 15:32:35 -08:00
parent e612cedf8d
commit 641f3f522b
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ module.exports = class BaseModel extends Backbone.Model
try
@set @parse text
@trigger Event.change, this
@trigger Event.sync, this, text
@trigger Event.sync, this
logger.info "#{@constructor.name}.#{@cid} loaded successfully"
catch e
logger.error "A parsing error occured: #{e.stack}"