source:
Dev/trunk/src/client/util/less/build/amd.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 153 bytes |
Rev | Line | |
---|---|---|
[483] | 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.