Moved live-sync code in application-common

This commit is contained in:
hshristov
2015-11-09 14:34:15 +02:00
parent ed489585ec
commit 9b049f563e
3 changed files with 4 additions and 8 deletions

View File

@@ -156,10 +156,6 @@ app.init({
onCreate: function () {
exports.android.init(this);
},
onLiveSync: function () {
frame.reloadPage();
}
});