From 2c5a3c9a12ecfc86f6e2dcfa69d377df4f4df376 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 12 Jan 2015 23:53:26 -0800 Subject: [PATCH] Major refactor separating ui from core logic --- index.html | 1 + js/hotkeys.js | 1 + js/main-window.js | 371 +++++++++++++++++++++++++++++++++++++++++++ js/media.js | 4 + js/skin.js | 3 +- js/winamp.js | 370 ++++++------------------------------------ js/window-manager.js | 4 +- 7 files changed, 429 insertions(+), 325 deletions(-) create mode 100644 js/main-window.js diff --git a/index.html b/index.html index 09c0fde3..e67cc488 100755 --- a/index.html +++ b/index.html @@ -120,6 +120,7 @@ +