fix lint errors

This commit is contained in:
lavrton 2015-06-19 07:52:18 +07:00
parent fcef571dae
commit 74221f396b
2 changed files with 2 additions and 2 deletions

View File

@ -236,4 +236,4 @@
*/
Konva.Collection.mapMethods(Konva.Line);
})();
})();

View File

@ -309,4 +309,4 @@ suite('Line', function () {
layer2.hide();
compareLayers(layer, layer2);
});
});
});