From 93872ce0744f46acc37e95cfa6cef95ca19e36a4 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 11 Aug 2016 16:04:26 -0700 Subject: [PATCH] [API] Expose Dialog as constructor ...and use it that way from todo plugin --- index.html | 4 +++- src/MCT.js | 6 ------ src/api/api.js | 9 ++++++--- src/{ => api}/ui/Dialog.js | 0 src/{ => api}/ui/dialog.html | 0 tutorials/todo/todo.js | 2 +- 6 files changed, 10 insertions(+), 11 deletions(-) rename src/{ => api}/ui/Dialog.js (100%) rename src/{ => api}/ui/dialog.html (100%) diff --git a/index.html b/index.html index 454d712480..7cf44f9b16 100644 --- a/index.html +++ b/index.html @@ -31,10 +31,12 @@