diff options
Diffstat (limited to 'apps/comments/js/vendor/jquery/src/attributes.js')
-rw-r--r-- | apps/comments/js/vendor/jquery/src/attributes.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/comments/js/vendor/jquery/src/attributes.js b/apps/comments/js/vendor/jquery/src/attributes.js new file mode 100644 index 00000000000..2d801e56398 --- /dev/null +++ b/apps/comments/js/vendor/jquery/src/attributes.js @@ -0,0 +1,13 @@ +define( [ + "./core", + "./attributes/attr", + "./attributes/prop", + "./attributes/classes", + "./attributes/val" +], function( jQuery ) { + +"use strict"; + +// Return jQuery for attributes-only inclusion +return jQuery; +} ); |