From 8e60a2bd28fe7ae61faa8c4c019d97c673ab2bb9 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 16 Oct 2017 23:32:19 +0200 Subject: add At.js and dependencies Signed-off-by: Arthur Schiwon --- apps/comments/js/vendor/jquery/src/attributes.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/comments/js/vendor/jquery/src/attributes.js (limited to 'apps/comments/js/vendor/jquery/src/attributes.js') 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; +} ); -- cgit v1.2.3