Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 660bc56

Browse files
author
Narciso Jaramillo
committed
Merge pull request #7253 from ackalker/fix-filename-case
Grunt build error, case sensitive name CodeMirror.js
2 parents 0e8b080 + e940ee3 commit 660bc56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/search/FindReplace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ define(function (require, exports, module) {
5252
PreferencesManager = require("preferences/PreferencesManager"),
5353
ViewUtils = require("utils/ViewUtils"),
5454
_ = require("thirdparty/lodash"),
55-
CodeMirror = require("thirdparty/CodeMirror2/lib/CodeMirror");
55+
CodeMirror = require("thirdparty/CodeMirror2/lib/codemirror");
5656

5757
var searchBarTemplate = require("text!htmlContent/findreplace-bar.html"),
5858
searchReplacePanelTemplate = require("text!htmlContent/search-replace-panel.html"),

0 commit comments

Comments
 (0)