Repository: couchdb-fauxton Updated Branches: refs/heads/master 2bcd85d88 -> 09cf05e9c
clean up app.js Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/09cf05e9 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/09cf05e9 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/09cf05e9 Branch: refs/heads/master Commit: 09cf05e9c5a9efae8e9cd880ec1239657478652e Parents: 2bcd85d Author: Garren Smith <[email protected]> Authored: Wed Jan 11 17:25:44 2017 +0200 Committer: Garren Smith <[email protected]> Committed: Wed Jan 11 17:25:44 2017 +0200 ---------------------------------------------------------------------- app/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/09cf05e9/app/app.js ---------------------------------------------------------------------- diff --git a/app/app.js b/app/app.js index 5b594eb..4551a07 100644 --- a/app/app.js +++ b/app/app.js @@ -9,9 +9,8 @@ // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. +import "jquery"; import app from "./initialize"; -import $ from "jquery"; -window.$ = $; import _ from "lodash"; import "bootstrap"; import Helpers from "./helpers";
