updated by GasGit automation
This commit is contained in:
parent
d2cd85d341
commit
446f918e62
1 changed files with 4 additions and 6 deletions
|
@ -5,16 +5,15 @@ var Client = (function(client) {
|
||||||
|
|
||||||
client.start = function () {
|
client.start = function () {
|
||||||
|
|
||||||
// in case we're spinning
|
|
||||||
resetCursor();
|
|
||||||
|
|
||||||
// this'll call sync when there's any data change
|
// this'll call sync when there's any data change
|
||||||
Process.control.watching.watcher.watch(function (current , pack, watcher) {
|
Process.control.watching.watcher.watch(function (current , pack, watcher) {
|
||||||
Process.syncResult (current);
|
Process.syncResult (current);
|
||||||
|
resetCursor();
|
||||||
});
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
client.insertImage = function (png) {
|
client.insertImage = function (png) {
|
||||||
|
|
||||||
spinCursor();
|
spinCursor();
|
||||||
|
@ -52,4 +51,3 @@ var Client = (function(client) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue