Fixed server events.
This commit is contained in:
parent
a4df2839fa
commit
acea1b08c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
=>
|
=>
|
||||||
|
|
Loading…
Reference in a new issue