this will still work if ever we use longer branches

This commit is contained in:
gorhill 2015-06-05 09:36:24 -04:00
parent 9706e8ab24
commit 81bb75cd5e
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ vAPI.browserSettings = {
if ( this.originalValues.hasOwnProperty(key) === false ) {
continue;
}
pos = key.indexOf('.');
pos = key.lastIndexOf('.');
this.clear(key.slice(0, pos), key.slice(pos + 1));
}
}