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

Commit

Permalink
Restore jslint config to include PathUtils.
Browse files Browse the repository at this point in the history
  • Loading branch information
busykai committed Jul 14, 2013
1 parent 8881093 commit ae48141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/default/QuickView/main.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, regexp: true, indent: 4, maxerr: 50 */
/*global define, brackets, $, window, CodeMirror */
/*global define, brackets, $, window, PathUtils, CodeMirror */

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

0 comments on commit ae48141

Please sign in to comment.