mirror of
https://github.com/nasa/openmct.git
synced 2025-04-13 22:23:13 +00:00
Fixed jslint error
This commit is contained in:
parent
3a36389815
commit
40b21e35fd
@ -103,7 +103,7 @@ define(
|
||||
|
||||
it("provides a fresh initial model each time", function () {
|
||||
var model = type.getInitialModel();
|
||||
model.someKey = "some other value"
|
||||
model.someKey = "some other value";
|
||||
expect(type.getInitialModel().someKey).toEqual("some value");
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user