summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/spec/point.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec/point.js b/spec/spec/point.js
index ce28781..3431526 100644
--- a/spec/spec/point.js
+++ b/spec/spec/point.js
@@ -109,7 +109,7 @@ describe('Point', function() {
expect(point.transform(matrox)).toEqual(new SVG.Point(5,1))
})
- }
+ })
describe('native()', function() {
it('returns native SVGPoint', function() {