11/*! (c) 2016 Jason Quense | https://github.com/jquense/react-widgets/blob/master/License.txt */
2- ( function webpackUniversalModuleDefinition ( root , factory ) {
3- if ( typeof exports === 'object' && typeof module === 'object' )
4- module . exports = factory ( require ( "ReactWidgets" ) ) ;
5- else if ( typeof define === 'function' && define . amd )
6- define ( [ "ReactWidgets" ] , factory ) ;
7- else if ( typeof exports === 'object' )
8- exports [ "ReactWidgets" ] = factory ( require ( "ReactWidgets" ) ) ;
9- else
10- root [ "ReactWidgets" ] = factory ( root [ "ReactWidgets" ] ) ;
11- } ) ( this , function ( __WEBPACK_EXTERNAL_MODULE_91__ ) {
12- return /******/ ( function ( modules ) { // webpackBootstrap
2+ /******/ ( function ( modules ) { // webpackBootstrap
133/******/ // The module cache
144/******/ var installedModules = { } ;
155
@@ -51,9 +41,23 @@ return /******/ (function(modules) { // webpackBootstrap
5141/******/ return __webpack_require__ ( 0 ) ;
5242/******/ } )
5343/************************************************************************/
54- /******/ ( {
44+ /******/ ( [
45+ /* 0 */
46+ /***/ function ( module , exports , __webpack_require__ ) {
47+
48+ /*** IMPORTS FROM imports-loader ***/
49+ var module = __webpack_require__ ( 1 ) ;
50+ var args = [ ] ;
51+
52+
53+ if ( typeof module === 'function' ) {
54+ module . apply ( null , args || [ ] )
55+ }
56+
57+
5558
56- /***/ 0 :
59+ /***/ } ,
60+ /* 1 */
5761/***/ function ( module , exports , __webpack_require__ ) {
5862
5963 'use strict' ;
@@ -64,15 +68,15 @@ return /******/ (function(modules) { // webpackBootstrap
6468
6569 exports . default = simpleNumber ;
6670
67- var _configure = __webpack_require__ ( 91 ) ;
71+ var _configure = __webpack_require__ ( 2 ) ;
6872
6973 var _configure2 = _interopRequireDefault ( _configure ) ;
7074
71- var _formatNumberWithString = __webpack_require__ ( 92 ) ;
75+ var _formatNumberWithString = __webpack_require__ ( 3 ) ;
7276
7377 var _formatNumberWithString2 = _interopRequireDefault ( _formatNumberWithString ) ;
7478
75- var _deconstructNumberFormat = __webpack_require__ ( 93 ) ;
79+ var _deconstructNumberFormat = __webpack_require__ ( 4 ) ;
7680
7781 var _deconstructNumberFormat2 = _interopRequireDefault ( _deconstructNumberFormat ) ;
7882
@@ -137,21 +141,19 @@ return /******/ (function(modules) { // webpackBootstrap
137141 module . exports = exports [ 'default' ] ;
138142
139143/***/ } ,
140-
141- /***/ 91 :
144+ /* 2 */
142145/***/ function ( module , exports ) {
143146
144- module . exports = __WEBPACK_EXTERNAL_MODULE_91__ ;
147+ module . exports = window . ReactWidgets ;
145148
146149/***/ } ,
147-
148- /***/ 92 :
150+ /* 3 */
149151/***/ function ( module , exports , __webpack_require__ ) {
150152
151153 'use strict' ;
152154
153- var deconstructNumberFormat = __webpack_require__ ( 93 ) ;
154- var formatFactory = __webpack_require__ ( 94 ) ;
155+ var deconstructNumberFormat = __webpack_require__ ( 4 ) ;
156+ var formatFactory = __webpack_require__ ( 5 ) ;
155157
156158 exports = module . exports = function formatNumberWithString ( value , requiredFormat , overrideOptions ) {
157159
@@ -187,8 +189,7 @@ return /******/ (function(modules) { // webpackBootstrap
187189 } ;
188190
189191/***/ } ,
190-
191- /***/ 93 :
192+ /* 4 */
192193/***/ function ( module , exports ) {
193194
194195 'use strict' ;
@@ -393,8 +394,7 @@ return /******/ (function(modules) { // webpackBootstrap
393394 } ;
394395
395396/***/ } ,
396-
397- /***/ 94 :
397+ /* 5 */
398398/***/ function ( module , exports ) {
399399
400400
@@ -655,7 +655,4 @@ return /******/ (function(modules) { // webpackBootstrap
655655
656656
657657/***/ }
658-
659- /******/ } )
660- } ) ;
661- ;
658+ /******/ ] ) ;
0 commit comments