mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-04 16:17:11 +00:00
Appeasing the gods of JSHint
This commit is contained in:
@@ -52,7 +52,7 @@ exports.convertStyleNameToPropertyName = function(styleName) {
|
||||
}
|
||||
}
|
||||
// Put it in the cache too
|
||||
styleNameCache[styleName] = propertyName
|
||||
styleNameCache[styleName] = propertyName;
|
||||
return propertyName;
|
||||
};
|
||||
|
||||
@@ -124,7 +124,7 @@ exports.convertEventName = function(eventName) {
|
||||
}
|
||||
}
|
||||
// Put it in the cache too
|
||||
eventNameCache[eventName] = newEventName
|
||||
eventNameCache[eventName] = newEventName;
|
||||
return newEventName;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user