code style formatting
This commit is contained in:
parent
b4044a57b6
commit
477fbdc97b
@ -6,7 +6,8 @@
|
|||||||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
||||||
typeof define === 'function' && define.amd ? define(factory) :
|
typeof define === 'function' && define.amd ? define(factory) :
|
||||||
(global.signalR = factory());
|
(global.signalR = factory());
|
||||||
}(this, (function () { 'use strict';
|
}(this, (function () {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
||||||
|
|
||||||
@ -33,7 +34,8 @@ var es6Promise_auto = createCommonjsModule(function (module, exports) {
|
|||||||
|
|
||||||
(function (global, factory) {
|
(function (global, factory) {
|
||||||
module.exports = factory();
|
module.exports = factory();
|
||||||
}(commonjsGlobal, (function () { function objectOrFunction(x) {
|
}(commonjsGlobal, (function () {
|
||||||
|
function objectOrFunction(x) {
|
||||||
var type = typeof x;
|
var type = typeof x;
|
||||||
return x !== null && (type === 'object' || type === 'function');
|
return x !== null && (type === 'object' || type === 'function');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user