Comparing version 0.0.4 to 0.0.5
@@ -18,3 +18,2 @@ 'use strict'; | ||
this._template = template; | ||
this._attachTemplate(); | ||
} | ||
@@ -50,2 +49,3 @@ | ||
this._region = region; | ||
this._attachTemplate(); | ||
this._moveDomChildrenToRegion(); | ||
@@ -52,0 +52,0 @@ this._tryUpdatePropertiesData(); |
{ | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"name": "tplify", | ||
@@ -4,0 +4,0 @@ "description": "A simple html template compiler plugin for Browserify", |
@@ -6,3 +6,2 @@ export default class View { | ||
this._template = template; | ||
this._attachTemplate(); | ||
} | ||
@@ -33,2 +32,3 @@ | ||
this._region = region; | ||
this._attachTemplate(); | ||
this._moveDomChildrenToRegion(); | ||
@@ -35,0 +35,0 @@ this._tryUpdatePropertiesData(); |
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
26307