Fix omitted global variable found by latest JSHint.

This commit is contained in:
ccd0 2015-01-15 23:40:14 -08:00
parent 13172839b2
commit 7c93cf3b86

View File

@ -241,6 +241,7 @@ module.exports = (grunt) ->
GM_getValue: true
GM_setValue: true
GM_deleteValue: true
GM_listValues: true
GM_openInTab: true
GM_info: true
GM_xmlhttpRequest: true