Skip to content

Commit

Permalink
make mustache data more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed Aug 31, 2010
1 parent efb8ff5 commit c962f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/_attachments/jquery.evently.js
Expand Up @@ -209,7 +209,7 @@ function $$(node) {
function mustachioed(me, h, args) {
return $($.mustache(
runIfFun(me, h.mustache, args),
runIfFun(me, h.data, args),
(runIfFun(me, h.data, args) || {}),
runIfFun(me, h.partials, args)));
};

Expand Down

0 comments on commit c962f7f

Please sign in to comment.