Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tusko committed Jan 25, 2016
1 parent b81b37c commit 82bbba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ define(function (require, exports, module) {
CodeHintManager = brackets.getModule("editor/CodeHintManager"),
LanguageManager = brackets.getModule("language/LanguageManager");

var AppInit = brackets.getModule('utils/AppInit'),
WPfuncHint = require('text!wp-func.txt');
var AppInit = brackets.getModule('utils/AppInit'),
WPfuncHint = require('text!wp-func.txt');

var lastLine,
lastFileName,
Expand Down

0 comments on commit 82bbba8

Please sign in to comment.