Files
meteor/packages/htmljs/preamble.js
David Greenspan 55814cab4c htmljs work
2014-04-28 09:29:31 -07:00

5 lines
82 B
JavaScript

HTML = {};
IDENTITY = function (x) { return x; };
SLICE = Array.prototype.slice;