From 0783c9081c898430216d219abcdd4a0def5feb44 Mon Sep 17 00:00:00 2001 From: astigsen Date: Tue, 15 May 2018 19:46:20 +0200 Subject: [PATCH] Fixed method signature in docs --- docs/object.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/object.js b/docs/object.js index c0603646..785eb104 100644 --- a/docs/object.js +++ b/docs/object.js @@ -52,5 +52,5 @@ class Object { * @returns {number} number of links to this object. * @since 2.6.0 */ - linkingObjectsCount(objectType, property) {} + linkingObjectsCount() {} }