public
Description: scripty2: for a more delicious web
Homepage: http://script.aculo.us/2
Clone URL: git://github.com/madrobby/scripty2.git
Click here to lend your support to: scripty2 and make a donation at www.pledgie.com !
Don't try to access options if none given.
kommen (author)
Mon May 05 01:00:51 -0700 2008
commit  eeae6267aab5de837c6804738fc0d6e6f3ce6236
tree    33b2b5a1b95e01efb990255d5ce9a3bd071841f4
parent  d5c034a12707e6f94c40ae003191253fe63966d2
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@ Effect.Base = Class.create({
0
     Effect.initialize();
0
     this.updateWithoutWrappers = this.update;
0
     
0
-    if(options.queue && !Effect.queues.include(options.queue))
0
+    if(options && options.queue && !Effect.queues.include(options.queue))
0
       Effect.queues.push(options.queue);    
0
     
0
     this.setOptions(options);

Comments