[Build] Remove obsolete argument from spec

...to reflect changes associated with JSHint configuration,
https://github.com/nasa/openmct/pull/724#issuecomment-193542314
This commit is contained in:
Victor Woeltjen
2016-04-08 16:31:01 -07:00
parent aa45e53440
commit 9351285182

View File

@@ -51,8 +51,7 @@ define(
provider = new LocalStoragePersistenceProvider(
{ localStorage: testLocalStorage },
mockQ,
testSpace,
testLocalStorage
testSpace
);
});