Added Comment

This commit is contained in:
vita10gy 2013-03-28 20:46:04 -05:00
parent 8296b4db5b
commit d749bedfc4

View File

@ -27,7 +27,7 @@ window.plugin.guessPlayerLevels.setupCallback = function() {
addHook('portalAdded', window.plugin.guessPlayerLevels.extractPortalData); addHook('portalAdded', window.plugin.guessPlayerLevels.extractPortalData);
} }
// This function is intended to be called by other plugins
window.plugin.guessPlayerLevels.fetchLevelByPlayer = function(guid) { window.plugin.guessPlayerLevels.fetchLevelByPlayer = function(guid) {
return(window.localStorage['level-' + guid]); return(window.localStorage['level-' + guid]);
} }