diff --git a/dist/bundle.js b/dist/bundle.js index e752433..c7fe7da 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -274,3 +274,9 @@ }); BI.model("my.model.todolist", ToDoListModel); })(); +!(function () { + BI.createWidget({ + type: "my.todolist", + element: "#wrapper" + }); +})();