tml-js-browser
Advanced tools
Comparing version 0.4.52 to 0.4.53
@@ -284,4 +284,7 @@ /** | ||
tml = this.generateDataTokens(tml); | ||
data = data || (this.tokens); | ||
if (!this.isValidTml(tml)) return null; | ||
data = data || this.tokens; | ||
// if (!this.isValidTml(tml)) return null; | ||
// console.log(tml, data); | ||
var translation = tml; | ||
@@ -288,0 +291,0 @@ tml = tml.replace(/[\n]/g, '').replace(/\s\s+/g, ' ').trim(); |
{ | ||
"name": "tml-js-browser", | ||
"description": "Translation plugin for browsers.", | ||
"version": "0.4.52", | ||
"version": "0.4.53", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Michael Berkovich", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
568834
12676