Fix Range resolution
This commit is contained in:
parent
207adf8eba
commit
02cf485055
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
|||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
define(function(require, exports, module) {
|
||||
var Range = require("ace/range").Range;
|
||||
var Range = require("../range").Range;
|
||||
|
||||
var splitRegex = /[^a-zA-Z_0-9\$\-]+/;
|
||||
|
||||
|
|
@ -75,4 +75,4 @@ define(function(require, exports, module) {
|
|||
};
|
||||
}));
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue