Skip to content

Commit f51a76c

Browse files
authored
fix Front.showPopup invocation in sample configuration (#2320)
1 parent f636aa6 commit f51a76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body>
1212
<template id="sample">// an example to create a new mapping `ctrl-y`
1313
api.mapkey('<Ctrl-y>', 'Show me the money', function() {
14-
Front.showPopup('a well-known phrase uttered by characters in the 1996 film Jerry Maguire (Escape to close).');
14+
api.Front.showPopup('a well-known phrase uttered by characters in the 1996 film Jerry Maguire (Escape to close).');
1515
});
1616

1717
// an example to replace `T` with `gt`, click `Default mappings` to see how `T` works.

0 commit comments

Comments
 (0)