Fix checkstyle error
This commit is contained in:
committed by
Victor Woeltjen
parent
14894cf197
commit
54a453e5a0
@@ -350,7 +350,7 @@ define(
|
||||
expect(controller.getSelectedElement()).toEqual(elements[1]);
|
||||
});
|
||||
|
||||
it("selects the parent view when selected element is removed", function () {
|
||||
it("selects the parent view when selected element is removed", function () {
|
||||
testModel.modified = 1;
|
||||
findWatch("model.modified")(testModel.modified);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user