Skip to content

Commit 99252b9

Browse files
authored
Merge pull request #3881 from abhinavsagar/patch-7
Converted docs/documented-method.js to ES6
2 parents 955fc47 + 04d3c66 commit 99252b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documented-method.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
DocumentedMethod.prototype = {
3737
// Merge parameters across all overloaded versions of this item.
3838
_getMergedParams: function() {
39-
var paramNames = {};
40-
var params = [];
39+
const paramNames = {};
40+
const params = [];
4141

4242
this.overloads.forEach(function(overload) {
4343
if (!overload.params) {

0 commit comments

Comments
 (0)