JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / core / dom / elementpath.js
index 6dcd4d4..caf4d38 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -46,8 +46,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                        this.lastElement = e;\r
 \r
                                var elementName = e.getName();\r
-                               if ( CKEDITOR.env.ie && e.$.scopeName != 'HTML' )\r
-                                       elementName = e.$.scopeName.toLowerCase() + ':' + elementName;\r
 \r
                                if ( !blockLimit )\r
                                {\r