moving files added since the big move
|
|
@ -39,7 +39,7 @@ define(function(require, exports, module) {
|
|||
|
||||
|
||||
var editorCss = require("text!cockpit/ui/cliView.css");
|
||||
var dom = require("pilot/dom").dom;
|
||||
var dom = require("pilot/dom");
|
||||
dom.importCssString(editorCss);
|
||||
|
||||
var canon = require("pilot/canon");
|
||||
|
|
@ -61,7 +61,7 @@ var NO_HINT = new Hint(Status.VALID, '', 0, 0);
|
|||
* 2. Attach a set of events so the command line works
|
||||
*/
|
||||
exports.startup = function(data, reason) {
|
||||
var cli = new CliRequisition();
|
||||
var cli = new CliRequisition(data.env);
|
||||
var cliView = new CliView(cli, data.env);
|
||||
};
|
||||
|
||||
|
Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 669 B |
|
Before Width: | Height: | Size: 42 B After Width: | Height: | Size: 42 B |
|
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 604 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 635 B After Width: | Height: | Size: 635 B |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
|
@ -41,7 +41,7 @@ define(function(require, exports, module) {
|
|||
var util = require('pilot/util');
|
||||
|
||||
var requestViewCss = require("text!cockpit/ui/requestView.css");
|
||||
var dom = require("pilot/dom").dom;
|
||||
var dom = require("pilot/dom");
|
||||
dom.importCssString(requestViewCss);
|
||||
|
||||
var requestViewHtml = require("text!cockpit/ui/requestView.html");
|
||||