@scriptollc/slideout
Advanced tools
Comparing version
@@ -26,3 +26,4 @@ 'use strict'; | ||
var regex = /^(Webkit|Khtml|Moz|ms|O)(?=[A-Z])/; | ||
var styleDeclaration = doc.getElementsByTagName('script')[0].style; | ||
var el = doc.createElement('div') | ||
var styleDeclaration = el.style; | ||
for (var prop in styleDeclaration) { | ||
@@ -29,0 +30,0 @@ if (regex.test(prop)) { |
@@ -6,3 +6,3 @@ { | ||
"author": "Guille Paz <guille87paz@gmail.com>", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"scripts": { | ||
@@ -9,0 +9,0 @@ "build": "node browserify.js", |
93274
01335
0.07%