作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我遇到过几次这样的事情:
Enber.run(null, resolve, results);
关于 Ember's Documentation对于 Ember.run()
,他们只有 Ember.run(function() {})
。
实际ember.js
文件差别不大。
可能的论点是什么?
最佳答案
如果您点击“定义于:”下的链接 ember.js line 28你可以看到它正在等待三个 参数,即target
和method
以及args*
args
在这里引用:
Any additional arguments you wish to pass to the method
此外,我建议使用 Ember.run
的现有功能,如果它们可以解决您的特定问题的话。
关于javascript - 可传递给 Ember.run() 的潜在参数是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22611392/
我是一名优秀的程序员,十分优秀!