Changeset 1177
- Timestamp:
- 04/09/09 18:10:49 (4 years ago)
- Files:
-
- 1 modified
-
trunk/modules/InsertImage/pluginMethods.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/InsertImage/pluginMethods.js
r1055 r1177 29 29 outparam = 30 30 { 31 f_url : this.stripBaseURL(image.getAttribute('src',2)), // the second parameter makes IE return the value as it is set, as opposed to an "interpolated" (as MSDN calls it) value31 f_url : editor.stripBaseURL(image.getAttribute('src',2)), // the second parameter makes IE return the value as it is set, as opposed to an "interpolated" (as MSDN calls it) value 32 32 f_alt : image.alt, 33 33 f_border : image.border,
