Changeset 292
- Timestamp:
- 08/12/05 06:15:36 (8 years ago)
- Files:
-
- 1 modified
-
trunk/inline-dialog.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inline-dialog.js
r272 r292 290 290 if(i.checked) 291 291 { 292 if( typeof v == 'object' && v.push)292 if(v != null && typeof v == 'object' && v.push) 293 293 { 294 294 v.push(i.value);
