fixed y-object polymer

This commit is contained in:
Kevin Jahns
2015-04-30 15:09:10 +02:00
parent 4d926cf841
commit b2c7706a2e
5 changed files with 23 additions and 2272 deletions

View File

@@ -30,7 +30,7 @@
var that = this;
this.connector.whenSynced(function(){
if(that.y.val("text") == null){
that.y.val("text",Y.Text("stuff"));
that.y.val("text",new Y.Text("stuff"));
}
that.y.val("text").bind(that.$.text,that.shadowRoot)
})