We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd914d commit 341eeb9Copy full SHA for 341eeb9
addon/search/searchcursor.js
@@ -1,7 +1,7 @@
1
// CodeMirror, copyright (c) by Marijn Haverbeke and others
2
// Distributed under an MIT license: http://codemirror.net/LICENSE
3
4
-;(function(mod) {
+(function(mod) {
5
if (typeof exports == "object" && typeof module == "object") // CommonJS
6
mod(require("../../lib/codemirror"))
7
else if (typeof define == "function" && define.amd) // AMD
@@ -278,4 +278,4 @@
278
if (ranges.length)
279
this.setSelections(ranges, 0)
280
})
281
-})
+});
0 commit comments