Created
January 9, 2012 07:30
-
-
Save atsuya/1581668 to your computer and use it in GitHub Desktop.
name conflict
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
var url = require('url'); | |
var test = function(url) { | |
console.log(url); | |
}; | |
test('aaa'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment