SnakeskinTpl / Snakeskin

JavaScript template engine.
http://snakeskintpl.github.io/docs/
MIT License
39 stars 3 forks source link

Parsing error #78

Closed kobezzza closed 8 years ago

kobezzza commented 8 years ago
- block index->join()
    : last = arguments[arguments.length - 1]
    - return /https?:/.test(last) ? last : self.normalize(path.join.apply(path, arguments))
kobezzza commented 8 years ago

Fixed.