Skip to content

Commit

Permalink
* remove obsolete arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
JayGray committed Jul 28, 2014
1 parent 02ad9b7 commit ca68f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/js/components/lib_core.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*global TAFFY:true, escape:true, unescape:true, console:true, Mousetrap*/
(function (window, document) {
(function (window) {
'use strict';

/*global window, document*/
Expand Down Expand Up @@ -217,4 +217,4 @@

window.Audica = new Audica();

}(window, document, Mousetrap));
}(window));

0 comments on commit ca68f56

Please sign in to comment.