Skip to content

Instantly share code, notes, and snippets.

@unknownuser88
Created January 6, 2014 15:35
Show Gist options
  • Save unknownuser88/8284518 to your computer and use it in GitHub Desktop.
Save unknownuser88/8284518 to your computer and use it in GitHub Desktop.
namespace for function
;q = {
w : 'www',
myFunction: function()
{
var a = arguments[0] || "q";
// alert('running MYNAMESPACE.myFunction...'+a+q.w);
}
}
q.myFunction(); //function call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment