Skip to content

Instantly share code, notes, and snippets.

@yeshess
Created August 6, 2015 12:54
Show Gist options
  • Save yeshess/7c7e3f84683ee2da61a9 to your computer and use it in GitHub Desktop.
Save yeshess/7c7e3f84683ee2da61a9 to your computer and use it in GitHub Desktop.
angular.module('myApp',['travisjs'])
function( TravisClient ){ .. }
new $.TravisClient()
new window.TravisClient();
var travisClient = new require('travisjs')();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment