Skip to content

Instantly share code, notes, and snippets.

@otakustay
otakustay / Dialog.js
Last active December 28, 2015 13:13
yuri demo
import {Engine} form './Engine';
import {tpl} from 'text!./tpl/dialog.tpl';
let engine = new Engine('dialog');
engine.compile(tpl);
export default class Dialog extends Control {
constructor(...args) {
super(...args);