From 230230aa943cd8f073e89cc13232d861b38984e7 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 30 Sep 2016 10:37:31 -0700 Subject: [PATCH] [API] Remove js extension from import ...to avoid confusing RequireJS and breaking test suite --- platform/commonUI/general/bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/commonUI/general/bundle.js b/platform/commonUI/general/bundle.js index 4bd4a83873..66d9b3de95 100644 --- a/platform/commonUI/general/bundle.js +++ b/platform/commonUI/general/bundle.js @@ -48,7 +48,7 @@ define([ "./src/directives/MCTSplitPane", "./src/directives/MCTSplitter", "./src/directives/MCTTree", - "./src/filters/ReverseFilter.js", + "./src/filters/ReverseFilter", "text!./res/templates/bottombar.html", "text!./res/templates/controls/action-button.html", "text!./res/templates/controls/input-filter.html",