mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 02:09:22 +02:00
Also check the lang in case insensitive
This commit is contained in:
parent
33e7f7384e
commit
2a9630258f
22658 changed files with 3562773 additions and 3562767 deletions
38
node_modules/mux.js/cjs/utils/bin.js
generated
vendored
38
node_modules/mux.js/cjs/utils/bin.js
generated
vendored
|
@ -1,20 +1,20 @@
|
|||
"use strict";
|
||||
|
||||
/**
|
||||
* mux.js
|
||||
*
|
||||
* Copyright (c) Brightcove
|
||||
* Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
|
||||
*/
|
||||
var toUnsigned = function toUnsigned(value) {
|
||||
return value >>> 0;
|
||||
};
|
||||
|
||||
var toHexString = function toHexString(value) {
|
||||
return ('00' + value.toString(16)).slice(-2);
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
toUnsigned: toUnsigned,
|
||||
toHexString: toHexString
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* mux.js
|
||||
*
|
||||
* Copyright (c) Brightcove
|
||||
* Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
|
||||
*/
|
||||
var toUnsigned = function toUnsigned(value) {
|
||||
return value >>> 0;
|
||||
};
|
||||
|
||||
var toHexString = function toHexString(value) {
|
||||
return ('00' + value.toString(16)).slice(-2);
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
toUnsigned: toUnsigned,
|
||||
toHexString: toHexString
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue