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

Commit bb4a634

Browse files
author
Narciso Jaramillo
committed
Fix automerge issue - redundant lodash include
1 parent 00be532 commit bb4a634

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/LiveDevelopment/Documents/CSSDocument.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ define(function CSSDocumentModule(require, exports, module) {
5353
CSSUtils = require("language/CSSUtils"),
5454
EditorManager = require("editor/EditorManager"),
5555
HighlightAgent = require("LiveDevelopment/Agents/HighlightAgent"),
56-
Inspector = require("LiveDevelopment/Inspector/Inspector"),
57-
_ = require("thirdparty/lodash");
56+
Inspector = require("LiveDevelopment/Inspector/Inspector");
5857

5958
/** Constructor
6059
*

0 commit comments

Comments
 (0)