Fixed method signature in docs
This commit is contained in:
parent
fbf4db56c5
commit
0783c9081c
|
@ -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() {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue