code style formatting

This commit is contained in:
rafsanulhasan 2018-09-01 03:09:34 +06:00
parent b4044a57b6
commit 477fbdc97b
2 changed files with 2841 additions and 2839 deletions

View File

@ -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');
} }