updated by GasGit automation

This commit is contained in:
Bruce McPherson 2016-06-17 09:55:37 +01:00
parent d2cd85d341
commit 446f918e62

View file

@ -4,19 +4,18 @@
var Client = (function(client) {
client.start = function () {
// in case we're spinning
resetCursor();
// this'll call sync when there's any data change
Process.control.watching.watcher.watch(function (current , pack, watcher) {
Process.syncResult (current);
resetCursor();
});
};
client.insertImage = function (png) {
client.insertImage = function (png) {
spinCursor();
disableButtons (true);
@ -52,4 +51,3 @@ var Client = (function(client) {