GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of madrobby/scripty2
Description: This is the alpha version of script.aculo.us 2, lovingly called "scripty2".
Homepage: http://script.aculo.us/2
Clone URL: git://github.com/kommen/scripty2.git
cosmetic cleanup in effect.parallel
madrobby (author)
Mon May 05 15:15:13 -0700 2008
commit  2d5017d5b2c3a3c8932f4c10187fe9f5fdd0a351
tree    7e04e4a2cab8b110a0a5ac57129b63c609743886
parent  1c08bbbd2f32b966217ace31d0b1ead75c9f920f
...
3
4
5
6
 
7
8
9
10
11
 
 
12
13
14
15
...
3
4
5
 
6
7
8
9
 
 
10
11
12
13
14
15
0
@@ -3,12 +3,12 @@ Effect.Parallel = Class.create(Effect.Base, {
0
     this.effects = effects || [];
0
     return $super(options);
0
   },
0
-
0
+
0
   setup: function() {
0
     this.effects.invoke('setup');
0
   },
0
-
0
- update: function(position) {
0
+
0
+ update: function(position) {
0
     this.effects.invoke('update', position);
0
   }
0
 });
0
\ No newline at end of file

Comments

    No one has commented yet.