fix require path for tests
This commit is contained in:
parent
acd41efcb6
commit
9f8cb78f37
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ define(function(require, exports, module) {
|
|||
var useragent = require("../lib/useragent");
|
||||
var SearchHighlight = require("../search_highlight").SearchHighlight;
|
||||
var multiSelectCommands = require("../commands/multi_select_commands");
|
||||
var TextModeTokenRe = require("ace/mode/text").Mode.prototype.tokenRe;
|
||||
var TextModeTokenRe = require("../mode/text").Mode.prototype.tokenRe;
|
||||
require("../multi_select");
|
||||
|
||||
var CodeMirror = function(ace) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue