summaryrefslogtreecommitdiff
path: root/public-src/components/gl/html.js
blob: 1270818f4fa2c1b6c643637f0d8b593ef3f84f04 (plain)
1
2
3
4
5
define([], function() {
	return function(container, state) {
		container.getElement().html(container.getState());
	}
});