Sha256: fa66627493cd1f40eb9d639cbe8a862766ac5a1ac4c8ae094a4c30408b7509d1

Contents?: true

Size: 128 Bytes

Versions: 1

Compression:

Stored size: 128 Bytes

Contents

#include 'morestuff'

var Stuff = function() {
	this.doStuff = function() {
		console.log('Doing stuff');
		return 2 + 2;
	};
};

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jspreprocessor-0.0.1 example_js/lib/stuff.js