stub out client media sync

This commit is contained in:
Luke Pulverenti
2015-09-14 17:24:54 -04:00
parent 3c190041f2
commit 0ce175c86d
6 changed files with 285 additions and 10 deletions
+1
View File
@@ -42,6 +42,7 @@
}, 3600000);
}
//LocalSync.startSync();
});
})();
+1
View File
@@ -2280,6 +2280,7 @@ var AppInfo = {};
if (AppInfo.isNativeApp && !$.browser.android) {
require(['localsync']);
}
//require(['localsync']);
}
function initCordovaWithDeviceId(deferred, deviceId) {