From 6b615b4e70bad1c96589fe09c0b1822ff3d430d1 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 23 Feb 2011 12:24:38 -0500 Subject: [PATCH] -small js fix for IE8 --- public/js/playlist/playlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/playlist/playlist.js b/public/js/playlist/playlist.js index e4aced3d6..45d847848 100644 --- a/public/js/playlist/playlist.js +++ b/public/js/playlist/playlist.js @@ -247,7 +247,7 @@ function init() { width: 0, radius: 4 }, - name: 'light', // Use the default light style + name: 'light' // Use the default light style } }); }