[Windowing] Format

Slight formatting change.
WTD 16.
This commit is contained in:
Shivam Dave 2015-06-24 12:54:49 -07:00
parent 6863af9cd9
commit c606055a3b
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ define(
urlService = new UrlService(mockLocation);
});
it("Get url for a domainObject and mode", function () {
it("get url for a domainObject and mode", function () {
// The mockDomainObject is initialized as a
// spy object to ultimately be passed into the
// urlService urlFor function

View File

@ -65,11 +65,11 @@ define(
});
it("New tab with current url is opened", function () {
it("new tab with current url is opened", function () {
actionCurrent.perform();
});
it("New tab with a selected url is opened", function () {
it("new tab with a selected url is opened", function () {
actionSelected.perform();
});