There are now "Pseudo operations" that are not sent, and get be queried by a special parameter with the HB.getOperation. This will reduce the number of operations that are sent and is necessary for the Array implementation, that I plan to implement in the near future

This commit is contained in:
DadaMonad
2015-01-16 13:36:15 +00:00
parent 6b46500325
commit b647b2af58
20 changed files with 543 additions and 1254 deletions

View File

@@ -49,5 +49,5 @@ window.onload = function(){
}
}
});
yatta.val("textfield","");
yatta.val("textfield","", "mutable");
};