fixed Iwc publish_global
This commit is contained in:
		
							parent
							
								
									3f5f3cae97
								
							
						
					
					
						commit
						1039f169c3
					
				@ -22,7 +22,7 @@ Either clone this git repository or install this package with [bower](http://bow
 | 
				
			|||||||
bower install Yatta
 | 
					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
 | 
					# About
 | 
				
			||||||
Find out more about the concurrent editing problem here
 | 
					Find out more about the concurrent editing problem here
 | 
				
			||||||
 | 
				
			|||||||
@ -80,6 +80,7 @@ createIwcConnector = (callback)->
 | 
				
			|||||||
        component: ""
 | 
					        component: ""
 | 
				
			||||||
        data: ""
 | 
					        data: ""
 | 
				
			||||||
        dataType: ""
 | 
					        dataType: ""
 | 
				
			||||||
 | 
					        flags: ["PUBLISH_GLOBAL"]
 | 
				
			||||||
        extras: content
 | 
					        extras: content
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      @duiClient.sendIntent(intent)
 | 
					      @duiClient.sendIntent(intent)
 | 
				
			||||||
@ -89,6 +90,7 @@ createIwcConnector = (callback)->
 | 
				
			|||||||
    component: ""
 | 
					    component: ""
 | 
				
			||||||
    data: ""
 | 
					    data: ""
 | 
				
			||||||
    dataType: ""
 | 
					    dataType: ""
 | 
				
			||||||
 | 
					    flags: ["PUBLISH_GLOBAL"]
 | 
				
			||||||
    extras: {}
 | 
					    extras: {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  init = ()->
 | 
					  init = ()->
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user