Created
May 10, 2012 21:19
-
-
Save Ventero/2655965 to your computer and use it in GitHub Desktop.
This file contains 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 Timeout additional parameter test | |
// @namespace ventero.de | |
// @include * | |
// @version 1 | |
// ==/UserScript== | |
setTimeout(function(a, b){alert(a.foo + "//" + typeof b)}, 0, {foo:1}, {}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment