[Framework] Fix code style in specs

Fix code style in specs for framework layer, written
for WTD-518.
This commit is contained in:
Victor Woeltjen 2014-11-06 19:46:14 -08:00
parent bfcfa0127d
commit 2e144ca003
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -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.