Ticket #3549: 3549_6.patch
File 3549_6.patch, 644 bytes (added by , 14 years ago) |
---|
-
_source/core/dom/element.js
1 /*1 /* 2 2 Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.html or http://ckeditor.com/license 4 4 */ … … 400 400 return this.$.getAttribute( name, 2 ); 401 401 }; 402 402 403 if ( CKEDITOR.env.ie && !CKEDITOR.env.ie8)403 if ( CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) ) 404 404 { 405 405 return function( name ) 406 406 {