提交 f298481b 编写于 作者: X Xavier Noria

Revert "removes unused optional argument in AS::Dependencies::Loadable#load"

This argument is there because that's the signature of Kernel#load.

This reverts commit bf3fa34e.
上级 bf3fa34e
......@@ -246,7 +246,7 @@ def load_dependency(file)
raise
end
def load(file)
def load(file, wrap = false)
result = false
load_dependency(file) { result = super }
result
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册