Spell checking, d-g.

This commit is contained in:
Mike Castle
2013-11-22 23:31:05 -08:00
parent c31fa3d46d
commit 27bb6f058e
14 changed files with 18 additions and 18 deletions

View File

@ -107,7 +107,7 @@ window.plugin.keys.registerFieldForSyncing = function() {
window.plugin.keys.syncCallback = function(pluginName, fieldName, e, fullUpdated) {
if(fieldName === 'keys') {
plugin.keys.storeLocal(plugin.keys.KEY);
// All data is replaced if other client update the data duing this client offline,
// All data is replaced if other client update the data during this client offline,
// fire 'pluginKeysRefreshAll' to notify a full update
if(fullUpdated) {
plugin.keys.updateDisplayCount();