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

Commit

Permalink
Style code (cleanup)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrusso committed Mar 28, 2017
1 parent b81edcd commit 7af7bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/default/JavaScriptCodeHints/HintUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ define(function (require, exports, module) {
var Acorn = require("node_modules/acorn/dist/acorn");

var LANGUAGE_ID = "javascript",
JSX_LANGUAGE_ID = "jsx",
JSX_LANGUAGE_ID = "jsx",
HTML_LANGUAGE_ID = "html",
PHP_LANGUAGE_ID = "php",
SUPPORTED_LANGUAGES = [LANGUAGE_ID, JSX_LANGUAGE_ID, HTML_LANGUAGE_ID, PHP_LANGUAGE_ID],
Expand Down

0 comments on commit 7af7bc8

Please sign in to comment.