Skip to content

Commit f80f8b6

Browse files
committed
JS: Update a comment mentioning getARhs
1 parent 18dc394 commit f80f8b6

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/lib/semmle/javascript/frameworks

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/frameworks/Vue.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ module Vue {
191191
}
192192

193193
/**
194-
* DEPRECATED. Use `getOwnOptions().getARhs()`.
194+
* DEPRECATED. Use `getOwnOptions().getASink()`.
195195
*
196196
* Gets the options passed to the Vue object, such as the object literal `{...}` in `new Vue{{...})`
197197
* or the default export of a single-file component.

0 commit comments

Comments
 (0)