1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/documentation/js/patterns_and_splats.js
2010-09-21 23:58:05 -04:00

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];