'(node:7103)处出现意外令牌DeprecationWarning:已弃用'root',请使用'global''

时间:2019-01-29 04:52:26

标签: ruby-on-rails ruby-on-rails-3 coffeescript

我正在研究Rails项目上的Ruby,当我在haml视图文件中添加了一些咖啡脚本时,它给出了错误。我想知道从昨天开始为什么会发生

784: unexpected token at '(node:7486) [DEP0016] DeprecationWarning: 'root' is deprecated, use 'global'

咖啡脚本代码

:coffeescript
  $ ->
    $('#chaperone').click (event) ->
      console.log('testing')

如果我已从haml视图文件中删除此代码,则可以正常工作,但是此代码出了什么问题?我该如何解决?

0 个答案:

没有答案