updated by GasGit automation
This commit is contained in:
parent
d2cd85d341
commit
446f918e62
1 changed files with 4 additions and 6 deletions
|
@ -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) {
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue