This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Minimal A/B Testing | |
| * | |
| * @author Franklin Javier (@franklinjavier) | |
| * @date Nov 2014 | |
| * | |
| * @example ABTest('variant1, variant2'); // return one of these | |
| * | |
| */ |