Changeset 7993

Show
Ignore:
Timestamp:
04/07/07 16:46:30 (21 months ago)
Author:
alex
Message:

minor style nits. Refs #2609

Location:
dojo/trunk/_base
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/_base/fx.js

    r7980 r7993  
    66 
    77/* 
    8         Animation package based on Dan Pupius' work: http://pupius.co.uk/js/Toolkit.Drawing.js 
     8        Animation losely package based on Dan Pupius' work:  
     9                http://pupius.co.uk/js/Toolkit.Drawing.js 
    910*/ 
    10  
    1111dojo._Line = function(/*int*/ start, /*int*/ end){ 
    1212        // summary: dojo._Line is the object used to generate values 
     
    5050        easing: null, 
    5151        repeatCount: 0, 
    52         rate: 10, 
     52        rate: 10, // 100 fps 
    5353         
    5454        // events 
  • dojo/trunk/_base/lang.js

    r7989 r7993  
    169169        return dojo.hitch.apply(dojo, args); 
    170170} 
     171