fix widget class

This commit is contained in:
Géry Debongnie
2019-01-20 09:25:41 +01:00
parent cc96328bdd
commit a2146ffa83
2 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import Widget from "../src/core/widget";
import QWeb from "../src/core/qweb";
import QWeb from "../src/core/qweb_vdom";
function makeWidget(W: typeof Widget): Widget {
const env = {