mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Merge pull request #713 from Sighne/master
Migrate .on, .once - ThangTypeEditView
This commit is contained in:
commit
84cb0bfd0d
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ module.exports = class ThangTypeEditView extends View
|
|||
@thangType.saveBackups = true
|
||||
@thangType.fetch()
|
||||
@thangType.loadSchema()
|
||||
@thangType.schema().once 'sync', @onThangTypeSync, @
|
||||
@thangType.once 'sync', @onThangTypeSync, @
|
||||
@listenToOnce(@thangType.schema(), 'sync', @onThangTypeSync)
|
||||
@listenToOnce(@thangType, 'sync', @onThangTypeSync)
|
||||
@refreshAnimation = _.debounce @refreshAnimation, 500
|
||||
|
||||
onThangTypeSync: ->
|
||||
|
|
Loading…
Add table
Reference in a new issue