Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit cb06120

Browse files
author
sebba
committed
Update main.js
Code cleanup
1 parent 673494a commit cb06120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ define(function (require, exports, module) {
137137
var menu = new Menu();
138138
var compiler = new Compiler();
139139

140-
//ExtensionUtils.loadStyleSheet(module, "main.css");
140+
ExtensionUtils.loadStyleSheet(module, "main.css");
141141

142142
opts.setTargetBoard( brackets.arduino.preferences.get("arduino.ide.options.target.board"));
143143
opts.setTargetPort( brackets.arduino.preferences.get("arduino.ide.options.target.port"));
@@ -163,4 +163,4 @@ define(function (require, exports, module) {
163163
$('#toolbar-console-btn').addClass('consolehover');
164164
});
165165

166-
});
166+
});

0 commit comments

Comments
 (0)