1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-26 04:55:55 +00:00

Update bootstrap and jquery versions for bootstrap theme

This commit is contained in:
James Hillyerd
2016-02-22 19:15:37 -08:00
parent 44f6407de8
commit bcc36ee965
172 changed files with 14086 additions and 6273 deletions

View File

@@ -1,4 +1,4 @@
define([
define( [
"./core",
"./attributes/attr",
"./attributes/prop",
@@ -8,4 +8,4 @@ define([
// Return jQuery for attributes-only inclusion
return jQuery;
});
} );