Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Jun 3, 2013
1 parent ffc1782 commit 153c586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/templatable-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ define("arale/templatable/0.9.0/templatable-debug", [ "$-debug", "gallery/handle
}
// handlebars runtime
if (isFunction(template)) {
template(model, {
return template(model, {
helpers: this.templateHelpers
});
} else {
Expand All @@ -55,8 +55,8 @@ define("arale/templatable/0.9.0/templatable-debug", [ "$-debug", "gallery/handle
}
}
}
return html;
}
return html;
},
// 刷新 selector 指定的局部区域
renderPartial: function(selector) {
Expand Down
2 changes: 1 addition & 1 deletion dist/templatable.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 153c586

Please sign in to comment.