@@ -62,7 +62,7 @@ return /******/ (function(modules) { // webpackBootstrap
62
62
63
63
var Variations = _interopRequireWildcard ( __webpack_require__ ( 1 ) ) ;
64
64
65
- var experimentClass = _interopRequire ( __webpack_require__ ( 3 ) ) ;
65
+ var Experiment = _interopRequire ( __webpack_require__ ( 3 ) ) ;
66
66
67
67
var ABTest = _interopRequire ( __webpack_require__ ( 4 ) ) ;
68
68
@@ -76,7 +76,7 @@ return /******/ (function(modules) { // webpackBootstrap
76
76
ABTest : ABTest ,
77
77
When : Variations . When ,
78
78
Default : Variations . Default ,
79
- experimentClass : experimentClass ,
79
+ Experiment : Experiment ,
80
80
Parametrize : Parametrize ,
81
81
withExperimentParams : withExperimentParams ,
82
82
parametrize : parametrize
@@ -190,12 +190,12 @@ return /******/ (function(modules) { // webpackBootstrap
190
190
191
191
var _classCallCheck = function ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } } ;
192
192
193
- var experimentClass = ( function ( ) {
194
- function experimentClass ( ) {
195
- _classCallCheck ( this , experimentClass ) ;
193
+ var Experiment = ( function ( ) {
194
+ function Experiment ( ) {
195
+ _classCallCheck ( this , Experiment ) ;
196
196
}
197
197
198
- _createClass ( experimentClass , {
198
+ _createClass ( Experiment , {
199
199
get : {
200
200
value : function get ( parameter ) {
201
201
throw "IMPLEMENT get" ;
@@ -223,12 +223,10 @@ return /******/ (function(modules) { // webpackBootstrap
223
223
}
224
224
} ) ;
225
225
226
- return experimentClass ;
226
+ return Experiment ;
227
227
} ) ( ) ;
228
228
229
- ;
230
-
231
- module . exports = experimentClass ;
229
+ module . exports = Experiment ;
232
230
233
231
/***/ } ,
234
232
/* 4 */
0 commit comments