Comparing version 1.3.0 to 1.3.1
@@ -6,3 +6,3 @@ { | ||
"author": "rackai", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"repository": "https://github.com/rackai/domql", | ||
@@ -9,0 +9,0 @@ "publishConfig": { |
@@ -74,2 +74,7 @@ 'use strict' | ||
// run `on.init` | ||
if (element.on && isFunction(element.on.init)) { | ||
on.init(element.on.init, element, element.state) | ||
} | ||
// generate a CLASS name | ||
@@ -90,7 +95,2 @@ assignClass(element) | ||
// run `on.init` | ||
if (element.on && isFunction(element.on.init)) { | ||
on.init(element.on.init, element, element.state) | ||
} | ||
// enable TRANSFORM in data | ||
@@ -97,0 +97,0 @@ if (!element.transform) element.transform = {} |
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