UNPKG

jive-sdk

Version:

Node.js SDK for Jive Software to assist with the development of add-ons

15 lines (11 loc) 275 B
(function() { if (!window.console) {console={log:function(s){}}}; var routes = { 'gallery-select/:id' : 'galleryEdit' }; var appContext = { routes: routes }; window.app = new App(); app.initialize(appContext); })();