Skip to content

Commit f30a7c6

Browse files
Osama NajjarOsama Najjar
authored andcommitted
clean up unused dependencies & added logging to exe mf
1 parent e07385f commit f30a7c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/HTMLSnippet/widget/HTMLSnippet.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
define([
33
"dojo/_base/declare",
44
"mxui/widget/_WidgetBase",
5-
6-
"mxui/dom",
75
"dojo/dom-style",
86
"dojo/dom-attr",
97
"dojo/dom-construct",
108
"dojo/_base/lang",
119
"dojo/html",
1210
"dijit/layout/LinkPane"
13-
], function (declare, _WidgetBase, dom, domStyle, domAttr, domConstruct, lang, html, LinkPane) {
11+
], function (declare, _WidgetBase, domStyle, domAttr, domConstruct, lang, html, LinkPane) {
1412
"use strict";
1513

1614
return declare("HTMLSnippet.widget.HTMLSnippet", [_WidgetBase], {

0 commit comments

Comments
 (0)