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

@ -50,4 +50,8 @@ export function loadCss() {
}
}
}
}
global.__onLiveSync = function () {
frame.reloadPage();
}