Skip to content

Commit 585b6fa

Browse files
committed
Fix javascript.js syntax error in dev branch
1 parent 6ee8b01 commit 585b6fa

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

assets/js/javascript.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,8 @@ $(function() {
237237
* Licensed under the MIT license.
238238
*/
239239

240-
(function($) {
241-
242-
// requestAnimationFrame polyfill adapted from Erik Möller
243-
// fixes from Paul Irish and Tino Zijdel
244-
// http://paulirish.com/2011/requestanimationframe-for-smart-animating/
245-
// http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating
246-
247-
var animating,
240+
(function(){
241+
var animating,
248242
lastTime = 0,
249243
vendors = ['webkit', 'moz'],
250244
requestAnimationFrame = window.requestAnimationFrame,

0 commit comments

Comments
 (0)