switched to Gulp

This commit is contained in:
Kevin Jahns
2014-08-12 19:13:42 +02:00
parent b340bbe806
commit 28b48de454
505 changed files with 97711 additions and 18525 deletions

View File

@@ -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]