]> source.dussan.org Git - jquery.git/commit
Some adjustments and style edits on lrbabe's pull for requestAnimationFrame
authortimmywil <tim.willison@thisismedium.com>
Mon, 4 Apr 2011 23:25:12 +0000 (19:25 -0400)
committertimmywil <tim.willison@thisismedium.com>
Mon, 4 Apr 2011 23:25:12 +0000 (19:25 -0400)
commitfe3203bb5bdc0049467214e7f0979a3487d5681b
tree77fa7f41c85b682a945ff5cc9e5df4a7805ec506
parent5b0369366a83d7339f925bfef3a277d7287c9bd2
Some adjustments and style edits on lrbabe's pull for requestAnimationFrame

- Moved support.js check to effects.js.  This is just an assignment to the function if it exists.  Removed string concatenations.

  + Still need to do the checks on window, but after that, window is no longer needed.

- Switched ternary to an if statmenet

- assigned timerId to a number rather than the function. I did perf tests to check which is faster.
src/effects.js
src/support.js