mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 06:48:37 +02:00
fixed readme, added clarifying comments to the source (#147)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// This special eslint comment declares that the code below relies on
|
||||
// a named function in the global scope.
|
||||
|
||||
/* global getUsefulContents */
|
||||
function start() {
|
||||
getUsefulContents(data => {
|
||||
|
||||
Reference in New Issue
Block a user