diff --git a/test/utils.js b/test/utils.js index ca3437cb78..5de2d2005f 100644 --- a/test/utils.js +++ b/test/utils.js @@ -5,7 +5,6 @@ var widget = BI.createWidget(BI.extend(widgetJson, { root: true })); - // widget._mount(); widget.element.appendTo("body"); return widget; }