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

Commit ea673b4

Browse files
author
Narciso Jaramillo
committed
Merge pull request #5790 from SAPlayer/live-dev-lodash-require
Use require instead of getModule for lodash
2 parents d45f318 + 9b5d453 commit ea673b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveDevelopment/LiveDevelopment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ define(function LiveDevelopment(require, exports, module) {
6565

6666
require("utils/Global");
6767

68-
var _ = brackets.getModule("thirdparty/lodash");
68+
var _ = require("thirdparty/lodash");
6969

7070
// Status Codes
7171
var STATUS_ERROR = exports.STATUS_ERROR = -1;

0 commit comments

Comments
 (0)