aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typedoc/dist/lib/converter/nodes/function.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/typedoc/dist/lib/converter/nodes/function.js')
-rw-r--r--node_modules/typedoc/dist/lib/converter/nodes/function.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/typedoc/dist/lib/converter/nodes/function.js b/node_modules/typedoc/dist/lib/converter/nodes/function.js
index 1d6e905b1..230e313e1 100644
--- a/node_modules/typedoc/dist/lib/converter/nodes/function.js
+++ b/node_modules/typedoc/dist/lib/converter/nodes/function.js
@@ -51,10 +51,10 @@ var FunctionConverter = (function (_super) {
});
return method;
};
+ FunctionConverter = __decorate([
+ components_1.Component({ name: 'node:function' })
+ ], FunctionConverter);
return FunctionConverter;
}(components_1.ConverterNodeComponent));
-FunctionConverter = __decorate([
- components_1.Component({ name: 'node:function' })
-], FunctionConverter);
exports.FunctionConverter = FunctionConverter;
//# sourceMappingURL=function.js.map \ No newline at end of file