switched to Gulp
This commit is contained in:
@@ -11,8 +11,8 @@ createIwcConnector = (callback)->
|
||||
#console.log "#{JSON.stringify(@iwcHandler)}"
|
||||
iwcHandler[intent.action]?.map (f)->
|
||||
setTimeout ()->
|
||||
f intent
|
||||
, 0
|
||||
f intent
|
||||
, 0
|
||||
|
||||
duiClient.initOK()
|
||||
|
||||
@@ -48,9 +48,8 @@ createIwcConnector = (callback)->
|
||||
@engine.applyOpsCheckDouble received_HB
|
||||
|
||||
sendHistoryBuffer = ()=>
|
||||
json = {
|
||||
HB : @yatta.getHistoryBuffer()._encode()
|
||||
}
|
||||
json =
|
||||
HB : @yatta.getHistoryBuffer()._encode()
|
||||
@sendIwcIntent "Yatta_push_HB_element", json
|
||||
@iwcHandler["Yatta_get_HB_element"] = [sendHistoryBuffer]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user