changing the connector adapter to serve a maximum of 30 operations
This commit is contained in:
@@ -50,5 +50,10 @@ window.onload = function(){
|
||||
}
|
||||
}
|
||||
});
|
||||
yatta.val("textfield","stuff", "mutable");
|
||||
connector.whenSynced(function(){
|
||||
if(yatta.val("textfield") == null){
|
||||
yatta.val("textfield","stuff", "mutable");
|
||||
}
|
||||
})
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user