Comparing version 0.0.33 to 0.0.34
{ | ||
"name": "mobidic", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"keywords": [], | ||
@@ -5,0 +5,0 @@ "author": "js2me", |
@@ -86,4 +86,4 @@ import { tagMark } from './constants.js'; | ||
} | ||
if (typeof this.config.value === 'function') { | ||
Object.defineProperty(this.config.value, tagMark, { | ||
if (typeof this.token === 'function') { | ||
Object.defineProperty(this.token, tagMark, { | ||
value: this, | ||
@@ -90,0 +90,0 @@ configurable: false, |
27349