diff options
Diffstat (limited to 'spec/spec/adopter.js')
-rw-r--r-- | spec/spec/adopter.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/spec/adopter.js b/spec/spec/adopter.js index 0136d0e..a8fdd11 100644 --- a/spec/spec/adopter.js +++ b/spec/spec/adopter.js @@ -1,5 +1,5 @@ describe('Adopter', function() { - var path + var path, polyline, polygon beforeEach(function() { path = SVG.get('lineAB') @@ -56,6 +56,6 @@ describe('Adopter', function() { expect(desc instanceof SVG.Element).toBeTruthy() }) }) - + })
\ No newline at end of file |