Allow flexible naming for amd support (#933)

This commit is contained in:
Guy Bedford
2012-12-22 13:06:16 +00:00
committed by Luke Page
parent 4c2d01a316
commit 52e13a855a

View File

@@ -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; } );
}