Changeset 71
- Timestamp:
- 07/23/08 15:44:51 (2 months ago)
- Files:
-
- trunk/lily/lily/chrome/content/externals/pic.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lily/lily/chrome/content/externals/pic.js
r1 r71 87 87 this.setBgSrc=function(str) { 88 88 this.resizeElement.style.backgroundImage="url("+processURL(str)+")"; 89 } 89 } 90 91 this.resetSize=function() { 92 setSize(); 93 } 90 94 91 95 //don't blow away the size if we're loading the 1 pixel gif.
