Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "fastdom", | ||
"description": "Eliminates layout thrashing by batching DOM read/write operations", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"main": "lib/fastdom.js", | ||
@@ -6,0 +6,0 @@ "scripts": [ |
{ | ||
"name": "fastdom", | ||
"description": "Eliminates layout thrashing by batching DOM read/write operations", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"main": "lib/fastdom.js", | ||
@@ -6,0 +6,0 @@ "scripts": [ |
@@ -146,3 +146,7 @@ | ||
ctx = fn._dbctx || this; | ||
fn.call(ctx); | ||
try { | ||
fn.call(ctx); | ||
} catch (err) { | ||
// TODO: console.error if options.silent === false. | ||
} | ||
} | ||
@@ -149,0 +153,0 @@ }; |
{ | ||
"name": "fastdom", | ||
"description": "Eliminates layout thrashing by batching DOM read/write operations", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"main": "lib/fastdom.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
8504
225