Created
May 4, 2012 15:24
-
-
Save arantius/2595496 to your computer and use it in GitHub Desktop.
Test of relative requires, on local disk.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Relative Require Test | |
// @require require-test.js | |
// ==/UserScript== | |
dump('Relative Require Test; main script OK\n'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dump('Relative Require Test; required script OK\n'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment