Renamed the 'fx' module to 'effects'. Should've been done a long time ago.

This commit is contained in:
jeresig 2009-12-18 11:01:19 -05:00
parent 9368b188c0
commit b70872f70d
6 changed files with 6 additions and 6 deletions

View file

@ -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");
});
});
});