fixed readme, added clarifying comments to the source (#147)

This commit is contained in:
Kumar McMillan
2016-11-21 10:20:26 -06:00
committed by GitHub
parent e4eeac9504
commit dcdd025cb2
3 changed files with 17 additions and 4 deletions

View File

@@ -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 => {