Skip to content

Commit

Permalink
Work around silly CoffeeScript bug. Fixes #70.
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Apr 20, 2012
1 parent 39f4e9e commit cbaff99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/font/directory.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ class Directory

return new Buffer(directory.data)

checksum = ([data...]) ->
checksum = (data) ->
data = [data...]
while data.length % 4
data.push 0

Expand Down

0 comments on commit cbaff99

Please sign in to comment.