Skip to content

Commit

Permalink
Return current handlebars instance from noConflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Nov 20, 2015
1 parent 7a6c228 commit 685cf92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/handlebars/no-conflict.js
Expand Up @@ -8,5 +8,6 @@ export default function(Handlebars) {
if (root.Handlebars === Handlebars) {
root.Handlebars = $Handlebars;
}
return Handlebars;
};
}

0 comments on commit 685cf92

Please sign in to comment.