Skip to content

Commit

Permalink
fix tests regarding privates
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Jan 26, 2010
1 parent 87a0ea4 commit 49cfc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Template.Tiny.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Template.Tiny = function() {
for(var i=0,len=path.length; x=path[i], i<len; i++) {
// Support for private keys
if (x.substr(0, 1) === '_') {
return null;
return '';
}

// Split by data type
Expand Down

0 comments on commit 49cfc37

Please sign in to comment.