From 259f3bb9b4728e2fd5b45ade2890822cf8d05fc9 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 31 Jan 2018 20:43:39 -0800 Subject: [PATCH] Clean up skinParser comment --- js/skinParser.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/js/skinParser.js b/js/skinParser.js index 3703c91a..3a37cc46 100644 --- a/js/skinParser.js +++ b/js/skinParser.js @@ -32,8 +32,7 @@ const CURSORS = [ "WINBUT", "WSNORMAL", "WSPOSBAR" - /* - + /* * > There are usually 4 more cursors in the skins: volbar.cur, wsclose.cur, * > wswinbut.cur, wsmin.cur, but they are never used, at least in the last * > versions of winamp, so there's no need of including them. The cursors @@ -41,14 +40,14 @@ const CURSORS = [ * > winshade mode, except for the main menu button. You can make animated * > cursors, but you have to name them with the extension .cur (animated * > cursors are usually .ani files). - * + * * -- Skinners Atlas * * "VOLBAR", * "WSCLOSE", * "WSWINBUT", * "WSMIN", - * + * */ ];