Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / extension / application_widget_api.js
index 7bd9005..e39786d 100644 (file)
@@ -101,11 +101,11 @@ var WidgetStorage = function() {
   }
 
   this.getItem = function(itemKey) {
-    return _itemStorage[String(_itemKey)];
+    return _itemStorage[String(itemKey)];
   }
 
   this.setItem = function(itemKey, itemValue) {
-    return _SetItem(_itemKey, itemValue);
+    return _SetItem(itemKey, itemValue);
   }
 
   this.removeItem = function(itemKey) {