tml-js-browser
Advanced tools
Comparing version 0.4.29 to 0.4.31
@@ -47,7 +47,3 @@ /** | ||
if (typeof define === 'function' && define.amd) { | ||
//console.log('amd load'); | ||
define([], factory); | ||
} | ||
else if (typeof exports === 'object') { | ||
if ( typeof exports === 'object' ) { | ||
//console.log('exports load', module); | ||
@@ -57,3 +53,8 @@ module.exports = factory(); | ||
} | ||
else { | ||
else if ( typeof define === 'function' && define.amd ) { | ||
//console.log('amd load'); | ||
define( [], factory ); | ||
} | ||
else | ||
{ | ||
//console.log('global load'); | ||
@@ -60,0 +61,0 @@ addToRoot(factory()); |
{ | ||
"name": "tml-js-browser", | ||
"description": "Translation plugin for browsers.", | ||
"version": "0.4.29", | ||
"version": "0.4.31", | ||
"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
517991
10981