mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
4 lines
216 B
JavaScript
4 lines
216 B
JavaScript
var _ref, close, contents, open, tag;
|
|
var __slice = Array.prototype.slice;
|
|
tag = "<impossible>";
|
|
_ref = tag.split(""), open = _ref[0], contents = __slice.call(_ref, 1, _ref.length - 1), close = _ref[_ref.length - 1]; |