Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jquery / src / attributes.js
diff --git a/ecomp-portal-FE/client/bower_components/jquery/src/attributes.js b/ecomp-portal-FE/client/bower_components/jquery/src/attributes.js
new file mode 100644 (file)
index 0000000..691e0c0
--- /dev/null
@@ -0,0 +1,11 @@
+define( [
+       "./core",
+       "./attributes/attr",
+       "./attributes/prop",
+       "./attributes/classes",
+       "./attributes/val"
+], function( jQuery ) {
+
+// Return jQuery for attributes-only inclusion
+return jQuery;
+} );