From 80e34d4b166bb4d6ee24c46b73cbc21c0c9f1d34 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Mon, 13 Jun 2011 20:37:00 -0400 Subject: [PATCH] demos : remove animationEngine option from elements --- _layouts/elements.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/_layouts/elements.html b/_layouts/elements.html index fd3072f..0d117ef 100644 --- a/_layouts/elements.html +++ b/_layouts/elements.html @@ -112,8 +112,6 @@ columnWidth : 240, rowHeight : 240 }, - animationEngine : $.browser.opera ? 'jquery' : 'best-available', - // animationEngine : 'jquery', getSortData : { symbol : function( $elem ) { return $elem.attr('data-symbol');