cross-domain-storage
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -28,3 +28,3 @@ 'use strict'; | ||
iframe.height = 0; | ||
iframe.style = 'display: none;'; | ||
iframe.style.display = 'none;'; | ||
iframe.onload = function () { | ||
@@ -31,0 +31,0 @@ isLoaded = true; |
{ | ||
"name": "cross-domain-storage", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Cross domain local storage", | ||
@@ -5,0 +5,0 @@ "main": "./", |
10127