Skip to content

Commit

Permalink
fixed eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnester committed May 29, 2022
1 parent f06fe5e commit 54e845c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ace/lib/es6-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ define(function (require, exports, module) {
value: val,
enumerable: false,
writable: true,
configurable: true,
configurable: true
});
}
if (!String.prototype.startsWith) {
Expand Down

0 comments on commit 54e845c

Please sign in to comment.