Move compile to the right spot
This commit is contained in:
@@ -30,8 +30,6 @@ Handlebars.Runtime.compile = function(string) {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
Handlebars.compile = Handlebars.VM.compile;
|
|
||||||
|
|
||||||
Handlebars.helpers = {};
|
Handlebars.helpers = {};
|
||||||
Handlebars.partials = {};
|
Handlebars.partials = {};
|
||||||
|
|
||||||
|
|||||||
@@ -623,5 +623,7 @@ Handlebars.VM = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Handlebars.compile = Handlebars.VM.compile;
|
||||||
// END(BROWSER)
|
// END(BROWSER)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user