Skip to content

Commit

Permalink
Use void instead of undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Mar 29, 2021
1 parent 0a7cae3 commit f0f0c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Ep.runSetters = function (names, runNsSetter) {
setter(value, name);
}

forEachSetter(this, names, undefined, runSetter);
forEachSetter(this, names, void 0, runSetter);

if (this._uninitializedSetters.length > 0) {
var initNames = [];
Expand Down

0 comments on commit f0f0c19

Please sign in to comment.