Skip to content

Commit

Permalink
Default overrides.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Marstall committed Jul 28, 2017
1 parent 22a49be commit f8a3abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FocusEngine.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
fe.debug = true
###

Layer::setOverrides = (options = {}) ->
Layer::setOverrides = (options = {up: null, down: null, left: null, right: null}) ->
@.overrides = options

exports.debug = false
Expand Down

0 comments on commit f8a3abe

Please sign in to comment.