Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
Cleaned up lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hamilton committed Oct 19, 2012
1 parent 269876e commit 80b22e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/applitude.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* http://opensource.org/licenses/MIT
*/

/*global jQuery, EventEmitter2, odotjs, window, setTimeout,
console, exports, navigator */
/*global jQuery, EventEmitter2, odotjs, window,
console, exports */
(function (root, $, o, events) {
'use strict';
var namespace = 'applitude',
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*global test, ok, applitude, equal, deepEqual, start, expect, stop, jQuery*/
/*global test, ok, applitude, equal, deepEqual, start, stop, jQuery*/
(function (app, $) {
'use strict';
(function (app) {
Expand Down

0 comments on commit 80b22e5

Please sign in to comment.