浏览代码

Removing copy-paste cruft.

Jay Sistar 9 年之前
父节点
当前提交
f2bc6b27fd
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Resources/CoreData/AtomicModules/AtomicEventLoop.js

+ 0 - 1
Resources/CoreData/AtomicModules/AtomicEventLoop.js

@@ -299,7 +299,6 @@ EventLoop.requestExit = function () {
  * schedules a function to be called on the next frame
  * @method
  * @param {function} func the Function to call
- * @param {any} [parameters] A comma separated list of parameters to pass to func
  * @returns {int} the id of the callback to be used in cancelAnimationFrame in order to cancel the call
  */
 function requestAnimationFrame(step) {