better jshint compliance for common files

This commit is contained in:
ansuz
2016-02-15 15:42:08 +01:00
parent 539cc3a2fa
commit d1885fbab6
5 changed files with 17 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ define([], function () {
for(;i < el.attributes.length; i++){
var attr = el.attributes[i];
if(attr.name && attr.value){
if(attr.name == "style"){
if(attr.name === "style"){
attributes.style = parseStyle(el);
}
else{