Changeset 1367
- Timestamp:
- 2008-01-19 15:05:01 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/features/floating_dialog/editor/_source/internals/fcktools_gecko.js
r1220 r1367 226 226 targetWindow.$ = function( id ) 227 227 { 228 return t his.document.getElementById( id ) ;228 return targetWindow.document.getElementById( id ) ; 229 229 } ; 230 230 }