UNPKG

jive-sdk

Version:

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

15 lines (12 loc) 300 B
(function() { if (!window.console){console={log:function(s){}}}; var routes = { 'gallery-select/:id' : 'galleryDrop' }; var appContext = { context: 'insert', routes: routes }; window.app = new App(); app.initialize(appContext); })();