diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-11-18 14:35:01 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-12-12 14:15:37 +0100 |
commit | b0ef62bf5c99b1643550594ff42368158439728d (patch) | |
tree | c333529223b8819301dc4828ba3e4a5f76985e2b | |
parent | d249f07e5e7f057ce8897c3d7101c26be477a812 (diff) | |
download | svg.js-b0ef62bf5c99b1643550594ff42368158439728d.tar.gz svg.js-b0ef62bf5c99b1643550594ff42368158439728d.zip |
small change in fx specs
-rw-r--r-- | spec/spec/fx.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec/fx.js b/spec/spec/fx.js index e93eb4d..d076209 100644 --- a/spec/spec/fx.js +++ b/spec/spec/fx.js @@ -12,7 +12,7 @@ describe('FX', function() { it('creates a new queue and pushes one animation into it', function() { expect(fx._queue.length).toBe(1) - expect(fx._queue[0] instance of SVG.QueueItem).toBe(true) + expect(fx._queue[0] instance of SVG.Situation).toBe(true) }) describe('queue()', function() { |