[API] Remove js extension from import

...to avoid confusing RequireJS and breaking test suite
This commit is contained in:
Victor Woeltjen 2016-09-30 10:37:31 -07:00
parent 901846e6c1
commit 230230aa94

View File

@ -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",