Changeset 13454
- Timestamp:
- 04/29/08 11:45:09 (7 months ago)
- Files:
-
- 1 modified
-
dojo/trunk/io/iframe.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/io/iframe.js
r13451 r13454 44 44 position = "absolute"; 45 45 } 46 /*47 46 left = top = "1px"; 48 47 height = width = "1px"; 49 48 visibility = "hidden"; 50 */51 width="100%", height="300px";52 49 } 53 50