Update of multiple frontend libs.

This commit is contained in:
baldo 2017-05-13 13:25:33 +02:00
commit a9c6ddc03b
276 changed files with 41257 additions and 19300 deletions

View file

@ -1,3 +1,5 @@
define(function() {
return (/^(?:checkbox|radio)$/i);
});
define( function() {
"use strict";
return ( /^(?:checkbox|radio)$/i );
} );

View file

@ -0,0 +1,5 @@
define( function() {
"use strict";
return ( /^$|\/(?:java|ecma)script/i );
} );

View file

@ -0,0 +1,5 @@
define( function() {
"use strict";
return ( /<([a-z][^\/\0>\x20\t\r\n\f]+)/i );
} );