mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
removing redundant unary check
This commit is contained in:
@@ -568,7 +568,7 @@ module CoffeeScript
|
||||
end
|
||||
|
||||
def chainable?
|
||||
CHAINABLE.include?(operator.to_sym) && !unary?
|
||||
CHAINABLE.include?(operator.to_sym)
|
||||
end
|
||||
|
||||
def compile_node(o)
|
||||
|
||||
Reference in New Issue
Block a user