Skip to content

Commit

Permalink
make jshint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBeyer committed Jul 24, 2015
1 parent 1ae8358 commit 65aa920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/convert-tag-attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var getPropertySetter = function (propInfo) {
// Anything we don't set as an attribute is treated as a property
return propertySetters.property;
}
}
};

var convertTagAttributes = function (tag) {
var attributes = tag.attribs;
Expand Down

0 comments on commit 65aa920

Please sign in to comment.