Skip to content

Commit

Permalink
Fix #184
Browse files Browse the repository at this point in the history
  • Loading branch information
Янсон Артур committed Aug 30, 2016
1 parent 54950f9 commit 2cc6ef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lintPanel.js
Expand Up @@ -13,6 +13,7 @@ define(function (require /*, exports, module*/) {
WorkspaceManager = brackets.getModule("view/WorkspaceManager"),
Resizer = brackets.getModule("utils/Resizer"),
StringUtils = brackets.getModule("utils/StringUtils"),
Mustache = brackets.getModule("thirdparty/mustache/mustache"),
linterManager = require("linterManager"),
linterReporter = require("linterReporter"),
panelTemplate = require("text!templates/problemsPanel.html"),
Expand Down

0 comments on commit 2cc6ef7

Please sign in to comment.