move oop.js into pilot
This commit is contained in:
parent
5f3beef482
commit
be9b8a0f3f
20 changed files with 22 additions and 22 deletions
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
define(function(require, exports, module) {
|
||||
|
||||
var oop = require("ace/lib/oop").oop;
|
||||
var oop = require("pilot/oop").oop;
|
||||
var event = require("pilot/event").event;
|
||||
var lang = require("pilot/lang").lang;
|
||||
var TextInput = require("ace/textinput").TextInput;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue