Fixed method signature in docs

This commit is contained in:
astigsen 2018-05-15 19:46:20 +02:00
parent fbf4db56c5
commit 0783c9081c
1 changed files with 1 additions and 1 deletions

View File

@ -52,5 +52,5 @@ class Object {
* @returns {number} number of links to this object. * @returns {number} number of links to this object.
* @since 2.6.0 * @since 2.6.0
*/ */
linkingObjectsCount(objectType, property) {} linkingObjectsCount() {}
} }