Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Listing collaborators in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Feb 2, 2011
1 parent 5f2b9ae commit ae07a36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -259,8 +259,15 @@ Freenode](irc://irc.freenode.net/zombie.js) or [web-based IRC](http://webchat.fr
Zombie.js is copyright of [Assaf Arkin](http://labnotes.org), released
under the MIT License

Much thanks to all the [many
contributors](https://github.com/assaf/zombie/contributors).
Blood, sweat and tears of joy:

[Damian Janowski aka djanowski](https://github.com/djanowski)

[José Valim aka josevalim](http://blog.plataformatec.com.br/)

[Bob Lail boblail](http://boblail.tumblr.com/)

And all the fine people mentioned in [the changelog](changelog).

Zombie.js is written in
[CoffeeScript](http://jashkenas.github.com/coffee-script/) for
Expand Down
6 changes: 3 additions & 3 deletions src/zombie/browser.coffee
Expand Up @@ -81,7 +81,9 @@ class Browser extends require("events").EventEmitter
window = null
# ### browser.open() => Window
#
# Open new browser window.
# Open new browser window. Takes a single argument that determines
# which features are supported by this Window. At the moment all
# features are undocumented, use at your own peril.
this.open = (features = {})->
features.interactive ?= true

Expand Down Expand Up @@ -115,7 +117,6 @@ class Browser extends require("events").EventEmitter
return newWindow



# Events
# ------

Expand Down Expand Up @@ -183,7 +184,6 @@ class Browser extends require("events").EventEmitter
event[key] = value

target.dispatchEvent event

@wait callback if callback

mouseEventNames = ['mousedown', 'mousemove', 'mouseup']
Expand Down

0 comments on commit ae07a36

Please sign in to comment.