dot-store-message
Advanced tools
Comparing version 2.6.3 to 2.6.13
@@ -35,3 +35,3 @@ "use strict"; | ||
divId = options.divId, meta = options.meta, op = options.op, prop = options.prop, value = options.value; | ||
iframe = store.getSync("".concat(key, ".").concat(divId)); | ||
iframe = store.get("".concat(key, ".").concat(divId)); | ||
valid = iframe && !iframe.dfp; | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "dot-store-message", | ||
"version": "2.6.3", | ||
"version": "2.6.13", | ||
"description": "Store sync using window.postMessage", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
8409