Sha256: c57313cf12cd7a08580b2cca52669a59c68dd312d0b5474b10068488801620fe

Contents?: true

Size: 149 Bytes

Versions: 5

Compression:

Stored size: 149 Bytes

Contents

#include 'morestuff'

#define FOO BAR

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jspreprocessor-0.0.6 example_js/lib/stuff.js
jspreprocessor-0.0.5 example_js/lib/stuff.js
jspreprocessor-0.0.4 example_js/lib/stuff.js
jspreprocessor-0.0.3 example_js/lib/stuff.js
jspreprocessor-0.0.2 example_js/lib/stuff.js