Issue #2818229 by patil_kunal27, DuaelFr: useless assignment in ckeditor/js/plugins/drupallink/plugin.js

8.3.x
Alex Pott 2016-10-21 06:14:14 -07:00
parent bf42d739aa
commit 08e11c168c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
var parsedAttributes = {};
var domElement = element.$;
var attribute = null;
var attribute;
var attributeName;
for (var attrIndex = 0; attrIndex < domElement.attributes.length; attrIndex++) {
attribute = domElement.attributes.item(attrIndex);