Changeset 12377
- Timestamp:
- 02/11/08 15:42:03 (11 months ago)
- Files:
-
- 1 modified
-
dojo/trunk/_base/html.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/_base/html.js
r12376 r12377 380 380 width: true, height: true, left: true, top: true 381 381 }; 382 var _pixelRegExp = /^(?:margin *|padding*|width|height|max*|min*|offset*)/ /*|border*/;382 var _pixelRegExp = /^(?:margin|padding|width|height|max|min|offset)/; // |border 383 383 var _toStyleValue = function(node, type, value){ 384 384 type = type.toLowerCase();