Skip to content

Instantly share code, notes, and snippets.

@dannyrscott
Created May 7, 2014 14:42
Show Gist options
  • Save dannyrscott/e1c525585cb8b4220106 to your computer and use it in GitHub Desktop.
Save dannyrscott/e1c525585cb8b4220106 to your computer and use it in GitHub Desktop.
var horaa = require('horaa');
var DOA = horaa('./DOA.js');
function newStuff() {
console.log('hi');
}
DOA.hijack('connect', newStuff);
DOA.connect();
//hi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment