Skip to content

Commit

Permalink
Fix issue 19, browser.now should be using browser.clock.
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Jan 2, 2011
1 parent e37f031 commit a3b566a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zombie/browser.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class Browser extends require("events").EventEmitter
#
# The current system time according to the browser (see also
# `browser.clock`).
@__defineGetter__ "now", -> new Date(clock)
@__defineGetter__ "now", -> new Date(@clock)


# Accessors
Expand Down

0 comments on commit a3b566a

Please sign in to comment.