arcturo / library

A library of free eBooks we're working on

Home Page:http://arcturo.com/library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coffeescript Chapter 2 Syntax

fourcels opened this issue · comments

  trigger = (events...) ->
  events.splice(1, 0, this)
  this.constructor.trigger.apply(events)

when I invoke trigger(1, 2, 3)

it will raise exception:
TypeError: Cannot call method 'apply' of undefined