moving files added since the big move

This commit is contained in:
Joe Walker 2010-12-15 20:12:07 +00:00
commit fa4d88830c
18 changed files with 3 additions and 3 deletions

View file

@ -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);
};

View file

Before

Width:  |  Height:  |  Size: 669 B

After

Width:  |  Height:  |  Size: 669 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 42 B

After

Width:  |  Height:  |  Size: 42 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 604 B

After

Width:  |  Height:  |  Size: 604 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 635 B

After

Width:  |  Height:  |  Size: 635 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before After
Before After

View file

@ -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");