]> source.dussan.org Git - svg.js.git/commitdiff
Typo in specs
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Mon, 25 May 2015 15:01:01 +0000 (17:01 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Mon, 25 May 2015 15:01:01 +0000 (17:01 +0200)
spec/spec/element.js

index cc4912b67ab0899ccb851b538401c7d130e1765f..969d755c15771106a9c7fba0574c4748f52db197 100644 (file)
@@ -93,7 +93,7 @@ describe('Element', function() {
       rect = draw.rect(100,100)
     })
     
-    it('gets the value if the id attribute without an argument', function() {
+    it('gets the value of the id attribute without an argument', function() {
       expect(rect.id()).toBe(rect.attr('id'))
     })
     it('sets the value of the id', function() {