Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Avcajaraville committed May 24, 2016
2 parents 09b8fb8 + 9d63e2d commit 21d592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsmart.js
Original file line number Diff line number Diff line change
Expand Up @@ -3439,7 +3439,7 @@
function fetch(data)
{
var tpl = new jSmart(this);
return tpl.fetch(data);
return tpl.fetch(Object.create(data));
};

// AMD
Expand Down

0 comments on commit 21d592c

Please sign in to comment.