fix startup issue where a require of oop was missing from canon
This commit is contained in:
parent
10843ba7e6
commit
5b1f565a4d
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ define(function(require, exports, module) {
|
|||
|
||||
var console = require('pilot/console');
|
||||
var Trace = require('pilot/stacktrace').Trace;
|
||||
var oop = require("pilot/oop").oop;
|
||||
var EventEmitter = require("pilot/event_emitter").EventEmitter;
|
||||
|
||||
exports.startup = function(data, reason) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue