From 5409251a942c68bcf0c3778d0ffd658b1bd315d9 Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Tue, 13 Sep 2011 13:00:20 +0200 Subject: Readd variable declaration for plugin:sortablejs --- lib/scripts/compatibility.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/scripts/compatibility.js') diff --git a/lib/scripts/compatibility.js b/lib/scripts/compatibility.js index 3b027f016..5cc8b3011 100644 --- a/lib/scripts/compatibility.js +++ b/lib/scripts/compatibility.js @@ -376,3 +376,9 @@ function gcs(node){ } } +/** + * Until 2011-05-25 "Rincewind", a code intended to fix some Safari issue + * always declared the global _timer. plugin:sortablejs relies on _timer + * being declared. + */ +var _timer; -- cgit v1.2.3