Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Removed unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sprintr committed May 16, 2015
1 parent 4c03c79 commit 0942729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/extensions/default/PrefsCodeHints/unittests.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

/*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 4, maxerr: 50 */
/*global define, brackets, $, describe, beforeEach, afterEach, it, xit, expect*/
/*global define, brackets, $, describe, beforeEach, afterEach, it, expect*/

define(function (require, exports, module) {
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion src/language/JSONUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

/*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 4, maxerr: 50 */
/*global define, brackets, $*/
/*global define, $*/

define(function (require, exports, module) {
"use strict";
Expand Down

0 comments on commit 0942729

Please sign in to comment.