Added task bar model.
This commit is contained in:
parent
903b5a158d
commit
1916d6f328
1 changed files with 4 additions and 0 deletions
4
app/assets/javascripts/app/models/taskbar.js.coffee
Normal file
4
app/assets/javascripts/app/models/taskbar.js.coffee
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
class App.Taskbar extends App.Model
|
||||||
|
@configure 'Taskbar', 'type', 'type_id', 'callback', 'state', 'params', 'notify', 'active'
|
||||||
|
@extend Spine.Model.Local
|
||||||
|
# @url: 'api/taskbar'
|
Loading…
Reference in a new issue