Mercurial > nebulaweb3
comparison default/node_modules/jquery/src/attributes.js @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
1 define( [ | |
2 "./core", | |
3 "./attributes/attr", | |
4 "./attributes/prop", | |
5 "./attributes/classes", | |
6 "./attributes/val" | |
7 ], function( jQuery ) { | |
8 | |
9 "use strict"; | |
10 | |
11 // Return jQuery for attributes-only inclusion | |
12 return jQuery; | |
13 } ); |