Comparing version 2.1.1 to 2.1.2
@@ -194,3 +194,4 @@ function ViewManager( settings ) { | ||
if (Object.defineProperty) { | ||
// The try catch is needed for <IE9 | ||
try { | ||
Object.defineProperty(p, 'overlap', { | ||
@@ -205,4 +206,4 @@ get: function() { | ||
}); | ||
} | ||
} catch(e) {} | ||
module.exports = ViewManager; |
{ | ||
"name": "bw-vm", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "This is a view manager for bigwheel (it brings in out content)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13580
321