Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

Commit

Permalink
Merge pull request #24 from joelrbrandt/load-agents
Browse files Browse the repository at this point in the history
load agents
  • Loading branch information
jdiehl committed Jul 27, 2012
2 parents ed3ee9f + 8bee953 commit 38c0c4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@ define(function (require, exports, module) {
// init
var $btnBreakEvents;
function init() {
// enable experimental agents
var ld = brackets.getModule("LiveDevelopment/LiveDevelopment");
ld.enableAgent("script");
ld.enableAgent("highlight");
ld.enableAgent("goto");
ld.enableAgent("edit");

// load styles
_loadLessFile("debugger.less", _extensionDirForBrowser());
Expand Down

0 comments on commit 38c0c4d

Please sign in to comment.