Skip to content

Instantly share code, notes, and snippets.

Created March 4, 2012 16:41
Show Gist options
  • Save anonymous/1973805 to your computer and use it in GitHub Desktop.
Save anonymous/1973805 to your computer and use it in GitHub Desktop.
a guest on Mar 4th, 2012 - pastebin.com/6QbMfUBX
function Agent() {}
Agent.prototype = new Agent();
Agent.prototype.configuration = function() {
// something
};
Agent.prototype.alarms = function() {
// something
};
Agent.prototype.attributes = function() {
// something
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment