Skip to content

Instantly share code, notes, and snippets.

@arantius
Created January 25, 2012 18:13
Show Gist options
  • Save arantius/1677686 to your computer and use it in GitHub Desktop.
Save arantius/1677686 to your computer and use it in GitHub Desktop.
Test for Greasemonkey issue 1491
dump('require 1 ran ...\n')
dump('require 2 ran ...\n')
// ==UserScript==
// @name Test case for GM issue 1472
// @description Multiple requires, no semicolons.
// @require https://gist.github.com/raw/1677686/require1.js
// @require https://gist.github.com/raw/1677686/require2.js
// ==/UserScript==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment