mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
lint: Add dangling commas in JavaScript objects.
This commit is contained in:
@@ -214,7 +214,7 @@ exports.CachedValue.prototype = {
|
||||
|
||||
reset: function CachedValue_reset() {
|
||||
this._value = unassigned_value_sentinel;
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
exports.execute_early = function (func) {
|
||||
|
||||
Reference in New Issue
Block a user