Comparing version 0.2.0 to 0.2.1
@@ -13,3 +13,3 @@ { | ||
"main" : "./Templ8.js", | ||
"version" : "0.2.0", | ||
"version" : "0.2.1", | ||
@@ -16,0 +16,0 @@ "repository" : { |
@@ -382,2 +382,5 @@ #!/usr/bin/env node | ||
f = is_obj( a[a.length - 1] ) ? a.pop() : is_obj( a[0] ) ? a.shift() : null; | ||
// take care of peeps who are too lazy or too ©ººL to use the "new" constructor... | ||
if ( !( this instanceof TPL ) ) { return is_obj( f ) ? new TPL( a.join( '' ), f ) : new TPL( a.join( '' ) ); } | ||
@@ -384,0 +387,0 @@ this.filters = f || {}; |
48615
5
649