mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-26 04:55:55 +00:00
Update bootstrap theme javascript dependencies
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
define( [
|
||||
"./var/nodeNames"
|
||||
], function( nodeNames ) {
|
||||
|
||||
function createSafeFragment( document ) {
|
||||
var list = nodeNames.split( "|" ),
|
||||
safeFrag = document.createDocumentFragment();
|
||||
|
||||
if ( safeFrag.createElement ) {
|
||||
while ( list.length ) {
|
||||
safeFrag.createElement(
|
||||
list.pop()
|
||||
);
|
||||
}
|
||||
}
|
||||
return safeFrag;
|
||||
}
|
||||
|
||||
return createSafeFragment;
|
||||
} );
|
||||
@@ -1,5 +0,0 @@
|
||||
define( function() {
|
||||
return "abbr|article|aside|audio|bdi|canvas|data|datalist|" +
|
||||
"details|dialog|figcaption|figure|footer|header|hgroup|main|" +
|
||||
"mark|meter|nav|output|picture|progress|section|summary|template|time|video";
|
||||
} );
|
||||
@@ -1,3 +0,0 @@
|
||||
define( function() {
|
||||
return ( /^\s+/ );
|
||||
} );
|
||||
Reference in New Issue
Block a user