dot-store-iframe
Advanced tools
Comparing version 2.6.19 to 2.6.24
@@ -267,3 +267,3 @@ "use strict"; | ||
_regenerator.default.mark(function _callee4(_ref10) { | ||
var iframeId, state, store, iframes, iframe, valid, divId; | ||
var iframeId, store, iframes, iframe, valid, divId; | ||
return _regenerator.default.wrap(function _callee4$(_context4) { | ||
@@ -273,4 +273,4 @@ while (1) { | ||
case 0: | ||
iframeId = _ref10.iframeId, state = _ref10.state, store = _ref10.store; | ||
iframes = state.iframes; | ||
iframeId = _ref10.iframeId, store = _ref10.store; | ||
iframes = store.get("".concat(key, ".iframes")); | ||
iframe = iframes[iframeId]; | ||
@@ -277,0 +277,0 @@ valid = iframe && iframe.dfp; |
{ | ||
"name": "dot-store-iframe", | ||
"version": "2.6.19", | ||
"version": "2.6.24", | ||
"description": "Iframe controller integration for dot-store", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37428