Sha256: eb3f20781080cff80aa37fdb7e42b001d0c39eb2c64b0f5a8f24ddd09af7967c
Contents?: true
Size: 310 Bytes
Versions: 5
Compression:
Stored size: 310 Bytes
Contents
// console.log('Loading Entry...') Spontaneous.Entry = (function($, S) { var dom = S.Dom, user = S.User; var Entry = new JS.Class(Spontaneous.Content, { initialize: function(content, container) { this.container = container; this.callSuper(content); } }); return Entry; })(jQuery, Spontaneous);
Version data entries
5 entries across 5 versions & 1 rubygems