Do not trigger change on refresh, compat. to spine 1.3.x and lower.
This commit is contained in:
parent
acc6f606f8
commit
ce38efc412
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ class Model extends Module
|
|||
# go to the source and load attributes
|
||||
@constructor.irecords[@id].load(atts)
|
||||
@trigger('refresh', this)
|
||||
@trigger('change', this, 'refresh')
|
||||
#@trigger('change', this, 'refresh') # do not trigger change on refresh, compat. to spine 1.3.x and lower
|
||||
this
|
||||
|
||||
toJSON: ->
|
||||
|
|
Loading…
Reference in a new issue