From 5dfb802d976ac768a4b1a6ff518c40cfead9253c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 23 Oct 2015 00:52:35 -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;