Skip to content

Instantly share code, notes, and snippets.

@fuse
Created May 17, 2011 10:26
Show Gist options
  • Save fuse/976258 to your computer and use it in GitHub Desktop.
Save fuse/976258 to your computer and use it in GitHub Desktop.
var com = {};
com.synbioz = {};
com.synbioz.app = function(name, url) {
this._name = name;
this._url = url;
}
new com.synbioz.app("foo", "foo.com")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment