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 will declare that the named
|
||||
// function has been "exported" into the global scope.
|
||||
|
||||
/* exported getUsefulContents */
|
||||
function getUsefulContents(callback) {
|
||||
callback('Hello World');
|
||||
|
||||
Reference in New Issue
Block a user