From 1039f169c3984afc2a1ab162469797fbc0f5d2ac Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Thu, 14 Aug 2014 14:31:22 +0200 Subject: [PATCH] fixed Iwc publish_global --- README.md | 2 +- lib/Connectors/IwcConnector.coffee | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69b67214..416a433e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Either clone this git repository or install this package with [bower](http://bow bower install Yatta ``` -Use the [examples](./examples/README.md) to struggle your way through this mess.. +Use the [examples](./examples/) to struggle your way through this mess.. # About Find out more about the concurrent editing problem here diff --git a/lib/Connectors/IwcConnector.coffee b/lib/Connectors/IwcConnector.coffee index b89c1b88..1cda41c0 100644 --- a/lib/Connectors/IwcConnector.coffee +++ b/lib/Connectors/IwcConnector.coffee @@ -80,6 +80,7 @@ createIwcConnector = (callback)-> component: "" data: "" dataType: "" + flags: ["PUBLISH_GLOBAL"] extras: content @duiClient.sendIntent(intent) @@ -89,6 +90,7 @@ createIwcConnector = (callback)-> component: "" data: "" dataType: "" + flags: ["PUBLISH_GLOBAL"] extras: {} init = ()->