mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-25 20:45:59 +00:00
Use bower to add bootstrap and jquery for bootstrap theme
This commit is contained in:
11
themes/bootstrap/public/bower_components/jquery/src/attributes.js
vendored
Normal file
11
themes/bootstrap/public/bower_components/jquery/src/attributes.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
define([
|
||||
"./core",
|
||||
"./attributes/attr",
|
||||
"./attributes/prop",
|
||||
"./attributes/classes",
|
||||
"./attributes/val"
|
||||
], function( jQuery ) {
|
||||
|
||||
// Return jQuery for attributes-only inclusion
|
||||
return jQuery;
|
||||
});
|
||||
Reference in New Issue
Block a user