Mercurial > nebulaweb3
annotate default/node_modules/shoestring/src/dollar.js @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
rev | line source |
---|---|
0 | 1 //>>excludeStart("exclude", pragmas.exclude); |
2 define([ "shoestring" ], function(){ | |
3 //>>excludeEnd("exclude"); | |
4 | |
5 /** | |
6 * An alias for the `shoestring` constructor. | |
7 */ | |
8 win.$ = shoestring; | |
9 | |
10 //>>excludeStart("exclude", pragmas.exclude); | |
11 }); | |
12 //>>excludeEnd("exclude"); |