diff options
Diffstat (limited to 'lib/handlebars.runtime.js')
-rw-r--r-- | lib/handlebars.runtime.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/handlebars.runtime.js b/lib/handlebars.runtime.js index a591019..e77aae0 100644 --- a/lib/handlebars.runtime.js +++ b/lib/handlebars.runtime.js @@ -1,3 +1,4 @@ +/*globals Handlebars: true */ module base from "./handlebars/base"; // Each of these augment the Handlebars object. No need to setup here. |