Browse Source

Removing copy-paste cruft.

Jay Sistar 9 years ago
parent
commit
f2bc6b27fd
1 changed files with 0 additions and 1 deletions
  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) {