@@ -62,7 +62,7 @@ return /******/ (function(modules) { // webpackBootstrap
6262
6363 var Variations = _interopRequireWildcard ( __webpack_require__ ( 1 ) ) ;
6464
65- var experimentClass = _interopRequire ( __webpack_require__ ( 3 ) ) ;
65+ var Experiment = _interopRequire ( __webpack_require__ ( 3 ) ) ;
6666
6767 var ABTest = _interopRequire ( __webpack_require__ ( 4 ) ) ;
6868
@@ -76,7 +76,7 @@ return /******/ (function(modules) { // webpackBootstrap
7676 ABTest : ABTest ,
7777 When : Variations . When ,
7878 Default : Variations . Default ,
79- experimentClass : experimentClass ,
79+ Experiment : Experiment ,
8080 Parametrize : Parametrize ,
8181 withExperimentParams : withExperimentParams ,
8282 parametrize : parametrize
@@ -190,12 +190,12 @@ return /******/ (function(modules) { // webpackBootstrap
190190
191191 var _classCallCheck = function ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } } ;
192192
193- var experimentClass = ( function ( ) {
194- function experimentClass ( ) {
195- _classCallCheck ( this , experimentClass ) ;
193+ var Experiment = ( function ( ) {
194+ function Experiment ( ) {
195+ _classCallCheck ( this , Experiment ) ;
196196 }
197197
198- _createClass ( experimentClass , {
198+ _createClass ( Experiment , {
199199 get : {
200200 value : function get ( parameter ) {
201201 throw "IMPLEMENT get" ;
@@ -223,12 +223,10 @@ return /******/ (function(modules) { // webpackBootstrap
223223 }
224224 } ) ;
225225
226- return experimentClass ;
226+ return Experiment ;
227227 } ) ( ) ;
228228
229- ;
230-
231- module . exports = experimentClass ;
229+ module . exports = Experiment ;
232230
233231/***/ } ,
234232/* 4 */
0 commit comments