This commit is contained in:
Luke Pulverenti
2016-03-19 11:31:43 -04:00
120 changed files with 232 additions and 234 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
define(['playlistManager', 'appSettings', 'appStorage'], function (playlistManager, appSettings, appStorage) {
define(['playlistManager', 'appSettings', 'appStorage', 'jQuery'], function (playlistManager, appSettings, appStorage, $) {
var libraryBrowser = (function (window, document, screen) {