funcunit
Version:
<!-- @hide title
13 lines (11 loc) • 381 B
JavaScript
// This is in the current version of FuncUnit.com, but I can't
// find where it is created. A Heroku variable, maybe?
var Bitovi = window.Bitovi = {
URL: {
BITHUB: 'http://api.bithub.com/api/events/',
BUILDER: 'http://bitbuilder.herokuapp.com/can.custom.js',
BUILDER_DATA: 'http://bitbuilder.herokuapp.com/canjs',
CDN: '//canjs.com/release/'
}
};
export default Bitovi;