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

Commit ec54316

Browse files
committed
Removed comments
1 parent 8568b20 commit ec54316

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/spec/ExtensionUtils-test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ define(function (require, exports, module) {
111111
waitsForFail(promise, "loadStyleSheet: " + path);
112112
});
113113
});
114-
115-
// putting everything LESS related in 1 test so it runs faster
114+
116115
it("should attach LESS style sheets", function () {
117116
var promise, result;
118117

@@ -138,7 +137,6 @@ define(function (require, exports, module) {
138137
});
139138
});
140139

141-
// putting everything LESS related in 1 test so it runs faster
142140
it("should attach LESS style sheets using absolute url", function () {
143141
var promise, result;
144142

0 commit comments

Comments
 (0)