diff options
Diffstat (limited to 'lib/script_entries/free_libraries.js')
-rw-r--r-- | lib/script_entries/free_libraries.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/script_entries/free_libraries.js b/lib/script_entries/free_libraries.js index f3354f6..8821d04 100644 --- a/lib/script_entries/free_libraries.js +++ b/lib/script_entries/free_libraries.js @@ -40,6 +40,7 @@ var freeLibraries = JSON.parse(dbContents); /* a database of the free libraries */ var init = function () { + // relationChecker, which roughly checks if variables are window // variables or not, is useless in this case. Use the same // object for all entries. |