summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/decorators.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/handlebars/decorators.js')
-rw-r--r--lib/handlebars/decorators.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/handlebars/decorators.js b/lib/handlebars/decorators.js
new file mode 100644
index 0000000..6f5a615
--- /dev/null
+++ b/lib/handlebars/decorators.js
@@ -0,0 +1,6 @@
+import registerInline from './decorators/inline';
+
+export function registerDefaultDecorators(instance) {
+ registerInline(instance);
+}
+