mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
7 lines
No EOL
216 B
JavaScript
7 lines
No EOL
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]; |