crs-binding
Advanced tools
Comparing version 0.0.222 to 0.0.223
@@ -43,3 +43,3 @@ class BindableElement extends HTMLElement { | ||
if (this.html != null) { | ||
this.innerHTML = await fetch(this.html).then(result => result.text()); | ||
this.innerHTML = await crsbinding.templates.get(this.constructor.name, this.html); //await fetch(this.html).then(result => result.text()); | ||
@@ -46,0 +46,0 @@ const path = crsbinding.utils.getPathOfFile(this.html); |
{ | ||
"name": "crs-binding", | ||
"version": "0.0.222", | ||
"version": "0.0.223", | ||
"description": "zero dependency binding engine", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
148931
3790
2