mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Allow flexible naming for amd support (#933)
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
//
|
||||
// Define Less as an AMD module.
|
||||
if (typeof define === "function" && define.amd) {
|
||||
define("less", [], function () { return less; } );
|
||||
define(function () { return less; } );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user