Blame view
app/bower_components/jquery/src/attributes.js
217 Bytes
87c93a029
|
1 |
define( [ |
f986e111b
|
2 |
"./core", |
f986e111b
|
3 4 |
"./attributes/attr", "./attributes/prop", |
87c93a029
|
5 6 |
"./attributes/classes", "./attributes/val" |
f986e111b
|
7 |
], function( jQuery ) { |
87c93a029
|
8 |
"use strict"; |
f986e111b
|
9 10 |
// Return jQuery for attributes-only inclusion return jQuery; |
87c93a029
|
11 |
} ); |