Skip to content

Instantly share code, notes, and snippets.

@goatslacker
Created February 20, 2015 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goatslacker/b7e7ad94ddd2147bb382 to your computer and use it in GitHub Desktop.
Save goatslacker/b7e7ad94ddd2147bb382 to your computer and use it in GitHub Desktop.
var Alt = require('alt')
function Action() {
}
Action.prototype.a = function () {
return 2
}
var a = new Alt().createActions(Action)
console.log(a.a())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment