Return current handlebars instance from noConflict
Fixes wycats/handlebars-site#131
This commit is contained in:
@@ -8,5 +8,6 @@ export default function(Handlebars) {
|
||||
if (root.Handlebars === Handlebars) {
|
||||
root.Handlebars = $Handlebars;
|
||||
}
|
||||
return Handlebars;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user