7
7
exports [ "formulaParser" ] = factory ( ) ;
8
8
else
9
9
root [ "formulaParser" ] = factory ( ) ;
10
- } ) ( this , function ( ) {
10
+ } ) ( typeof self !== 'undefined' ? self : this , function ( ) {
11
11
return /******/ ( function ( modules ) { // webpackBootstrap
12
12
/******/ // The module cache
13
13
/******/ var installedModules = { } ;
@@ -4469,7 +4469,7 @@ function serial(date) {
4469
4469
4470
4470
/* WEBPACK VAR INJECTION */ ( function ( process ) { var __WEBPACK_AMD_DEFINE_ARRAY__ , __WEBPACK_AMD_DEFINE_RESULT__ ; /*!
4471
4471
* numbro.js
4472
- * version : 1.11.0
4472
+ * version : 1.11.1
4473
4473
* author : Företagsplatsen AB
4474
4474
* license : MIT
4475
4475
* http://www.foretagsplatsen.se
@@ -4483,7 +4483,7 @@ function serial(date) {
4483
4483
************************************/
4484
4484
4485
4485
var numbro ,
4486
- VERSION = '1.11.0 ' ,
4486
+ VERSION = '1.11.1 ' ,
4487
4487
binarySuffixes = [ 'B' , 'KiB' , 'MiB' , 'GiB' , 'TiB' , 'PiB' , 'EiB' , 'ZiB' , 'YiB' ] ,
4488
4488
decimalSuffixes = [ 'B' , 'KB' , 'MB' , 'GB' , 'TB' , 'PB' , 'EB' , 'ZB' , 'YB' ] ,
4489
4489
bytes = {
@@ -5753,9 +5753,9 @@ function serial(date) {
5753
5753
5754
5754
/*global define:false */
5755
5755
if ( true ) {
5756
- ! ( __WEBPACK_AMD_DEFINE_ARRAY__ = [ ] , __WEBPACK_AMD_DEFINE_RESULT__ = function ( ) {
5756
+ ! ( __WEBPACK_AMD_DEFINE_ARRAY__ = [ ] , __WEBPACK_AMD_DEFINE_RESULT__ = ( function ( ) {
5757
5757
return numbro ;
5758
- } . apply ( exports , __WEBPACK_AMD_DEFINE_ARRAY__ ) ,
5758
+ } ) . apply ( exports , __WEBPACK_AMD_DEFINE_ARRAY__ ) ,
5759
5759
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && ( module . exports = __WEBPACK_AMD_DEFINE_RESULT__ ) ) ;
5760
5760
}
5761
5761
}
@@ -16383,28 +16383,28 @@ if (typeof module !== 'undefined' && __webpack_require__.c[__webpack_require__.s
16383
16383
/* 42 */
16384
16384
/***/ ( function ( module , exports ) {
16385
16385
16386
- module . exports = function ( module ) {
16387
- if ( ! module . webpackPolyfill ) {
16388
- module . deprecate = function ( ) { } ;
16389
- module . paths = [ ] ;
16390
- // module.parent = undefined by default
16391
- if ( ! module . children ) module . children = [ ] ;
16392
- Object . defineProperty ( module , "loaded" , {
16393
- enumerable : true ,
16394
- get : function ( ) {
16395
- return module . l ;
16396
- }
16397
- } ) ;
16398
- Object . defineProperty ( module , "id" , {
16399
- enumerable : true ,
16400
- get : function ( ) {
16401
- return module . i ;
16402
- }
16403
- } ) ;
16404
- module . webpackPolyfill = 1 ;
16405
- }
16406
- return module ;
16407
- } ;
16386
+ module . exports = function ( module ) {
16387
+ if ( ! module . webpackPolyfill ) {
16388
+ module . deprecate = function ( ) { } ;
16389
+ module . paths = [ ] ;
16390
+ // module.parent = undefined by default
16391
+ if ( ! module . children ) module . children = [ ] ;
16392
+ Object . defineProperty ( module , "loaded" , {
16393
+ enumerable : true ,
16394
+ get : function ( ) {
16395
+ return module . l ;
16396
+ }
16397
+ } ) ;
16398
+ Object . defineProperty ( module , "id" , {
16399
+ enumerable : true ,
16400
+ get : function ( ) {
16401
+ return module . i ;
16402
+ }
16403
+ } ) ;
16404
+ module . webpackPolyfill = 1 ;
16405
+ }
16406
+ return module ;
16407
+ } ;
16408
16408
16409
16409
16410
16410
/***/ } ) ,
0 commit comments