Renamed the 'fx' module to 'effects'. Should've been done a long time ago.
This commit is contained in:
parent
9368b188c0
commit
b70872f70d
6 changed files with 6 additions and 6 deletions
4
test/unit/fx.js → test/unit/effects.js
vendored
4
test/unit/fx.js → test/unit/effects.js
vendored
|
@ -1,4 +1,4 @@
|
|||
module("fx");
|
||||
module("effects");
|
||||
|
||||
test("show()", function() {
|
||||
expect(16);
|
||||
|
@ -619,4 +619,4 @@ test("animate with per-property easing", function(){
|
|||
ok(_default_test_called, "Easing function (_default) called");
|
||||
});
|
||||
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue