source:
Dev/trunk/src/client/util/less/build/amd.js
@
529
Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 153 bytes |
Line | |
---|---|
1 | // amd.js |
2 | // |
3 | // Define Less as an AMD module. |
4 | if (typeof define === "function" && define.amd) { |
5 | define("less", [], function () { return less; } ); |
6 | } |
Note: See TracBrowser
for help on using the repository browser.