dot-store-message
Advanced tools
Comparing version 2.6.19 to 2.6.23
@@ -76,3 +76,3 @@ "use strict"; | ||
if (!(el && !el.firstChild)) { | ||
if (!(!el || el && !el.firstChild)) { | ||
_context.next = 17; | ||
@@ -82,3 +82,3 @@ break; | ||
return _context.abrupt("return"); | ||
return _context.abrupt("continue", 18); | ||
@@ -85,0 +85,0 @@ case 17: |
{ | ||
"name": "dot-store-message", | ||
"version": "2.6.19", | ||
"version": "2.6.23", | ||
"description": "Store sync using window.postMessage", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
10558