Initial commit.
This commit is contained in:
commit
0335f5aa93
1168 changed files with 261999 additions and 0 deletions
11
app/bower_components/jquery/src/attributes.js
vendored
Normal file
11
app/bower_components/jquery/src/attributes.js
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
define([
|
||||
"./core",
|
||||
"./attributes/attr",
|
||||
"./attributes/prop",
|
||||
"./attributes/classes",
|
||||
"./attributes/val"
|
||||
], function( jQuery ) {
|
||||
|
||||
// Return jQuery for attributes-only inclusion
|
||||
return jQuery;
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue