UNPKG

jive-sdk

Version:

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

15 lines (13 loc) 362 B
(function() { if (!window.console){console={log:function(s){}}}; var routes = { 'gallery-saved/:id' : 'galleryDrop', 'gallery-edit-cancel' : 'close' }; var appContext = { defaultRoute: 'gallery-create', routes: routes }; window.app = new App(); app.initialize(appContext); })();