Sha256: df74b1e7306a8e5ae869e1d7d8f225698ad0d52a8d14489ba4429a97996458d5
Contents?: true
Size: 570 Bytes
Versions: 25
Compression:
Stored size: 570 Bytes
Contents
//= require jquery.scrollTo.min //= require jquery.validate // cleditor requires jquery-browser // https://groups.google.com/forum/?fromgroups=#!topic/cleditor/5Vn4YDaQx08 //= require jquery.browser //= require jquery.cleditor //= require social_stream/callback //= require social_stream/pagination SocialStream.Conversation = (function(SS, $, undefined) { var callback = new SS.Callback(); var initPagination = function() { SS.Pagination.show(); }; callback.register('index', initPagination); return callback.extend({ }); })(SocialStream, jQuery);
Version data entries
25 entries across 25 versions & 2 rubygems