@pluginjs/loader
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -76,4 +76,3 @@ import Component from '@pluginjs/component'; | ||
if (this.is('initialized')) { | ||
this.unbind(); | ||
// this.unbind() | ||
if (this.options.text) { | ||
@@ -80,0 +79,0 @@ this.$text.remove(); |
@@ -196,4 +196,3 @@ (function (global, factory) { | ||
if (this.is('initialized')) { | ||
this.unbind(); | ||
// this.unbind() | ||
if (this.options.text) { | ||
@@ -200,0 +199,0 @@ this.$text.remove(); |
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"category": "ui", | ||
@@ -48,3 +48,3 @@ "main": "dist/loader.umd.js", | ||
"@pluginjs/styled": "^0.6.4", | ||
"@pluginjs/styles": "^0.6.3", | ||
"@pluginjs/styles": "^0.6.4", | ||
"@pluginjs/template": "^0.6.4", | ||
@@ -80,3 +80,3 @@ "@pluginjs/utils": "^0.6.4" | ||
], | ||
"gitHead": "080e534f46d205f2c6b20c44845cdbe5cd1dada8" | ||
"gitHead": "fcfb662fe89853a5eb42fbce13ba96510f62b5ed" | ||
} |
@@ -82,3 +82,3 @@ import Component from '@pluginjs/component' | ||
if (this.is('initialized')) { | ||
this.unbind() | ||
// this.unbind() | ||
@@ -85,0 +85,0 @@ if (this.options.text) { |
37062
Updated@pluginjs/styles@^0.6.4