Fix checkstyle error

This commit is contained in:
Pegah Sarram 2018-01-08 13:59:49 -08:00 committed by Victor Woeltjen
parent 14894cf197
commit 54a453e5a0

View File

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