Changeset 1365
- Timestamp:
- 04/19/08 22:57:13 (3 months ago)
- Files:
-
- mochikit/trunk/MochiKit/Base.js (modified) (1 diff)
- mochikit/trunk/packed/MochiKit/MochiKit.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mochikit/trunk/MochiKit/Base.js
r1323 r1365 779 779 if (typeof(o) == "function") { 780 780 ostring = ostring.replace(/^\s+/, "").replace(/\s+/g, " "); 781 ostring = ostring.replace(/,(\S)/, ", $1"); 781 782 var idx = ostring.indexOf("{"); 782 783 if (idx != -1) { mochikit/trunk/packed/MochiKit/MochiKit.js
r1363 r1365 619 619 if(typeof (o)=="function"){ 620 620 _db=_db.replace(/^\s+/,"").replace(/\s+/g," "); 621 _db=_db.replace(/,(\S)/,", $1"); 621 622 var idx=_db.indexOf("{"); 622 623 if(idx!=-1){
