We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea1f51 commit 06c18ddCopy full SHA for 06c18dd
docs/preprocessor.js
@@ -6,7 +6,7 @@ function smokeTestMethods(data) {
6
data.classitems.forEach(function(classitem) {
7
if (classitem.itemtype === 'method') {
8
new DocumentedMethod(classitem);
9
- }
+ }
10
});
11
}
12
@@ -62,7 +62,7 @@ function mergeOverloadedMethods(data) {
62
// indexed. We need to make sure that we don't list it multiple
63
// times in our index pages and such.
64
65
- method = methodsByFullName[fullName];
+ method = methodsByFullName[fullName];
66
67
assertEqual(method.file, classitem.file,
68
'all overloads must be defined in the same file');
0 commit comments