This commit is contained in:
nexushoratio 2014-01-05 17:41:08 -08:00
parent eabe2dae7d
commit 95f225acf1

View File

@ -36,7 +36,7 @@ window.plugin.sync = function() {};
window.plugin.sync.KEY_UUID = {key: 'plugin-sync-data-uuid', field: 'uuid'};
// Each client has an unique UUID, to identify remote data is udpated by other clients or not
// Each client has an unique UUID, to identify remote data is updated by other clients or not
window.plugin.sync.uuid = null;
window.plugin.sync.dialogHTML = null;