Skip to content

Commit

Permalink
* add jQuery as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
JayGray committed Jul 29, 2014
1 parent d4317d1 commit fb7086c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/js/components/lib_view.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*global Audica*/
(function (window, Audica) {
(function (window, Audica, $) {
'use strict';

function AudicaViewError(message) {
Expand Down Expand Up @@ -445,4 +445,4 @@
};

Audica.view = new View();
}(window, Audica));
}(window, Audica, jQuery));

0 comments on commit fb7086c

Please sign in to comment.