Skip to content

Commit 571d3ab

Browse files
committed
docs: compile reference.json
1 parent ab0073e commit 571d3ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_data/reference.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@
769769
"isExported": true
770770
},
771771
"comment": {
772-
"shortText": "A utility method which wraps a prototype method, ensuring the given function\nis also called as part of the given method name.",
772+
"shortText": "A utility method which wraps a method on an object. If the method doesn't\nalready exist on the object, it is simply assigned. If it does exist then\nboth the new function and the existing function will be called with the same\narguments.",
773773
"text": "Used in the `controller()` decorator.\n"
774774
},
775775
"parameters": [
@@ -854,7 +854,7 @@
854854
"sources": [
855855
{
856856
"fileName": "wrap.ts",
857-
"line": 7,
857+
"line": 9,
858858
"character": 48
859859
}
860860
]
@@ -871,7 +871,7 @@
871871
"sources": [
872872
{
873873
"fileName": "wrap.ts",
874-
"line": 7,
874+
"line": 9,
875875
"character": 20
876876
}
877877
]

0 commit comments

Comments
 (0)