customer chat: remove unnecessary @extend Spine.Events
This commit is contained in:
parent
b318777201
commit
0ed733b9c9
1 changed files with 0 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
||||||
class App.CustomerChat extends App.Controller
|
class App.CustomerChat extends App.Controller
|
||||||
@extend Spine.Events
|
|
||||||
|
|
||||||
events:
|
events:
|
||||||
'click .js-acceptChat': 'acceptChat'
|
'click .js-acceptChat': 'acceptChat'
|
||||||
'click .js-settings': 'settings'
|
'click .js-settings': 'settings'
|
||||||
|
@ -334,8 +332,6 @@ class CustomerChatRouter extends App.ControllerPermanent
|
||||||
)
|
)
|
||||||
|
|
||||||
class ChatWindow extends App.Controller
|
class ChatWindow extends App.Controller
|
||||||
@extend Spine.Events
|
|
||||||
|
|
||||||
className: 'chat-window'
|
className: 'chat-window'
|
||||||
|
|
||||||
events:
|
events:
|
||||||
|
|
Loading…
Reference in a new issue