Skip to content

Commit f2358f7

Browse files
guybedfordlukeapage
authored andcommitted
Allow flexible naming for amd support (#933)
1 parent 30d29fa commit f2358f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/amd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
//
33
// Define Less as an AMD module.
44
if (typeof define === "function" && define.amd) {
5-
define("less", [], function () { return less; } );
5+
define(function () { return less; } );
66
}

0 commit comments

Comments
 (0)