mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 02:39:56 +00:00
[Framework] Fix code style in specs
Fix code style in specs for framework layer, written for WTD-518.
This commit is contained in:
parent
bfcfa0127d
commit
2e144ca003
@ -1,4 +1,4 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach*/
|
||||
/*global define,Promise,describe,it,expect,beforeEach,jasmine,waitsFor*/
|
||||
|
||||
/**
|
||||
* CustomRegistrarsSpec. Created by vwoeltje on 11/6/14.
|
||||
@ -88,8 +88,7 @@ define(
|
||||
templateUrl: "templates/default.html",
|
||||
bundle: bundle
|
||||
}
|
||||
],
|
||||
configCall;
|
||||
];
|
||||
|
||||
customRegistrars.routes(routes);
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach*/
|
||||
/*global define,Promise,describe,it,expect,beforeEach,jasmine*/
|
||||
|
||||
/**
|
||||
* ExtensionRegistrarSpec. Created by vwoeltje on 11/6/14.
|
||||
|
Loading…
Reference in New Issue
Block a user