Created
March 4, 2012 16:41
-
-
Save anonymous/1973805 to your computer and use it in GitHub Desktop.
a guest on Mar 4th, 2012 - pastebin.com/6QbMfUBX
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
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