Sha256: aff7ae55a68284ed440fba99f41cfe294db65ce03c6457dee324badbf30c3bb7

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

JST = {
	'templates/test': function(obj){
		var __p=[];
		print=function(){
			__p.push.apply(__p,arguments);
		};
		with(obj||{}){
			__p.push('<div class=\'comment\'>\n\t',  comment ,' - ',  author ,'\n</div>\n');
		}
		
		return __p.join('');
	}
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pagination_ajax-1.0.5 spec/javascripts/helpers/jst_obj.js