summaryrefslogtreecommitdiff
path: root/public-src/components/gl/html.js
diff options
context:
space:
mode:
Diffstat (limited to 'public-src/components/gl/html.js')
-rw-r--r--public-src/components/gl/html.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/public-src/components/gl/html.js b/public-src/components/gl/html.js
new file mode 100644
index 0000000..1270818
--- /dev/null
+++ b/public-src/components/gl/html.js
@@ -0,0 +1,5 @@
+define([], function() {
+ return function(container, state) {
+ container.getElement().html(container.getState());
+ }
+});