summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jquery/src/attributes.js
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/jquery/src/attributes.js')
-rw-r--r--ecomp-portal-FE/client/bower_components/jquery/src/attributes.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/ecomp-portal-FE/client/bower_components/jquery/src/attributes.js b/ecomp-portal-FE/client/bower_components/jquery/src/attributes.js
deleted file mode 100644
index 691e0c03..00000000
--- a/ecomp-portal-FE/client/bower_components/jquery/src/attributes.js
+++ /dev/null
@@ -1,11 +0,0 @@
-define( [
- "./core",
- "./attributes/attr",
- "./attributes/prop",
- "./attributes/classes",
- "./attributes/val"
-], function( jQuery ) {
-
-// Return jQuery for attributes-only inclusion
-return jQuery;
-} );