Fixed server events.

This commit is contained in:
Martin Edenhofer 2014-04-23 08:43:20 +02:00
parent a4df2839fa
commit acea1b08c9

View file

@ -157,7 +157,7 @@ class App.Model extends Spine.Model
) )
# fetch() all on network notify # fetch() all on network notify
events = "#{@className}:created #{@className}:updated #{@className}:destroy" events = "#{@className}:create #{@className}:update #{@className}:destroy"
App.Event.bind( App.Event.bind(
events events
=> =>