From 4fedcb73c93853e2cdc75045772dc95b674155a6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 23 Oct 2015 00:53:12 -0700 Subject: [PATCH] bugfix --- authenticator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authenticator.js b/authenticator.js index dbec4c9..42fc48f 100644 --- a/authenticator.js +++ b/authenticator.js @@ -1,7 +1,7 @@ (function (exports) { 'use strict'; -var Authenticator = exports.Authenticator; // || exports; +var Authenticator = exports.Authenticator || exports; var Unibabel = window.Unibabel; // || require('unibabel'); var totp = window.totp; // || require('notp').totp;