Skip to content

Commit 48024c7

Browse files
committed
.signal is a property not a method
1 parent a156917 commit 48024c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components_guide_web/templates/web_standards/idempotent-javascript-operations.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ class Ticker {
295295
}
296296

297297
get signal() {
298-
this[ABORTER].signal();
298+
this[ABORTER].signal;
299299
}
300300
}
301301

0 commit comments

Comments
 (0)