Changeset 293
- Timestamp:
- 09/28/07 00:35:04 (14 months ago)
- Location:
- lang/javascript/jstweener/trunk
- Files:
-
- 2 modified
-
licence.txt (modified) (1 diff)
-
src/JSTweener.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/jstweener/trunk/licence.txt
r253 r293 1 Yuichi Tateno. <hotch _potch@N0!spam@gmail.com>1 Yuichi Tateno. <hotchpotch@N0!spam@gmail.com> 2 2 http://rails2u.com/ 3 3 -
lang/javascript/jstweener/trunk/src/JSTweener.js
r253 r293 114 114 } 115 115 this.objects.splice(i, 1); 116 117 if (typeof o.onUpdate == 'function') { 118 if (o.onUpdateParams) { 119 o.onUpdate.apply(o, o.onUpdateParams); 120 } else { 121 o.onUpdate(); 122 } 123 } 124 116 125 if (typeof o.onComplete == 'function') { 117 126 if (o.onCompleteParams) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)