UNPKG

jive-sdk

Version:

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

14 lines (11 loc) 157 B
define([ 'jquery', 'underscore', 'backbone' ], function ($, _, Backbone) { return { getFoo: function() { return 'bar'; } }; });