Sha256: f04ae1de77fbedeab11e1bce887ea4ce063ff53e2ee8e08f9f898c88d13b55d6

Contents?: true

Size: 311 Bytes

Versions: 13

Compression:

Stored size: 311 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

13 entries across 13 versions & 1 rubygems

Version Path
spontaneous-0.2.0.beta5 application/js/entry.js
spontaneous-0.2.0.beta4 application/js/entry.js
spontaneous-0.2.0.beta3 application/js/entry.js
spontaneous-0.2.0.beta2 application/js/entry.js
spontaneous-0.2.0.beta1 application/js/entry.js
spontaneous-0.2.0.alpha7 application/js/entry.js
spontaneous-0.2.0.alpha6 application/js/entry.js
spontaneous-0.2.0.alpha5 application/js/entry.js
spontaneous-0.2.0.alpha4 application/js/entry.js
spontaneous-0.2.0.alpha3 application/js/entry.js
spontaneous-0.2.0.alpha2 application/js/entry.js
spontaneous-0.2.0.alpha1 application/js/entry.js
spontaneous-0.1.0.alpha1 application/js/entry.js