mirror of
https://github.com/SrIzan10/vdo.ninja.git
synced 2026-05-01 11:05:24 +00:00
comms/mixer app + electronCapture elevated priv support
electron capture might not have worked with the mixer or comms app when in elevateed privs. Fixed the issue I think
This commit is contained in:
23
thirdparty/jquery/jquery-3.6.0.js
vendored
23
thirdparty/jquery/jquery-3.6.0.js
vendored
@@ -15,27 +15,8 @@
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
if ( typeof module === "object" && typeof module.exports === "object" ) {
|
factory( global );
|
||||||
|
|
||||||
// For CommonJS and CommonJS-like environments where a proper `window`
|
|
||||||
// is present, execute the factory and get jQuery.
|
|
||||||
// For environments that do not have a `window` with a `document`
|
|
||||||
// (such as Node.js), expose a factory as module.exports.
|
|
||||||
// This accentuates the need for the creation of a real `window`.
|
|
||||||
// e.g. var jQuery = require("jquery")(window);
|
|
||||||
// See ticket #14549 for more info.
|
|
||||||
module.exports = global.document ?
|
|
||||||
factory( global, true ) :
|
|
||||||
function( w ) {
|
|
||||||
if ( !w.document ) {
|
|
||||||
throw new Error( "jQuery requires a window with a document" );
|
|
||||||
}
|
|
||||||
return factory( w );
|
|
||||||
};
|
|
||||||
} else {
|
|
||||||
factory( global );
|
|
||||||
}
|
|
||||||
|
|
||||||
// Pass this if window is not defined yet
|
// Pass this if window is not defined yet
|
||||||
} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
|
} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user