mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
0c7088e379
commit
cf2c7ca241
157 changed files with 2861 additions and 2975 deletions
|
@ -1,8 +1,8 @@
|
|||
define( [
|
||||
"../core",
|
||||
"../var/rnotwhite",
|
||||
"../var/rnothtmlwhite",
|
||||
"./var/acceptData"
|
||||
], function( jQuery, rnotwhite, acceptData ) {
|
||||
], function( jQuery, rnothtmlwhite, acceptData ) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
@ -127,7 +127,7 @@ Data.prototype = {
|
|||
// Otherwise, create an array by matching non-whitespace
|
||||
key = key in cache ?
|
||||
[ key ] :
|
||||
( key.match( rnotwhite ) || [] );
|
||||
( key.match( rnothtmlwhite ) || [] );
|
||||
}
|
||||
|
||||
i = key.length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue