Skip to content
Snippets Groups Projects
Commit 341eeb97 authored by Tentone's avatar Tentone
Browse files

Fix misplaced semicolon in searchcursor.js

parent 3dd914dc
No related branches found
No related tags found
No related merge requests found
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
;(function(mod) {
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"))
else if (typeof define == "function" && define.amd) // AMD
......@@ -278,4 +278,4 @@
if (ranges.length)
this.setSelections(ranges, 0)
})
})
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment