Append empty value to inserted html attribute on completion

This commit is contained in:
DanyaPostfactum 2013-07-01 04:04:46 +10:00
commit 297dbe63db

View file

@ -326,7 +326,8 @@ function findTagName(iterator) {
}
return attributes.map(function(attribute){
return {
value: attribute,
caption: attribute,
snippet: attribute + '="$0"',
meta: "attribute"
};
});