From f7045b862a5b7c3de8ee2ea3da67616b38a667cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Sun, 6 Aug 2017 20:43:24 -0500 Subject: first commit --- lib/jquery/src/attributes.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/jquery/src/attributes.js (limited to 'lib/jquery/src/attributes.js') diff --git a/lib/jquery/src/attributes.js b/lib/jquery/src/attributes.js new file mode 100644 index 0000000..2d801e5 --- /dev/null +++ b/lib/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