Este commit está contenido en:
AJ ONeal 2015-10-23 00:53:12 -07:00
padre fc2f9558a0
commit 4fedcb73c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -1,7 +1,7 @@
(function (exports) { (function (exports) {
'use strict'; 'use strict';
var Authenticator = exports.Authenticator; // || exports; var Authenticator = exports.Authenticator || exports;
var Unibabel = window.Unibabel; // || require('unibabel'); var Unibabel = window.Unibabel; // || require('unibabel');
var totp = window.totp; // || require('notp').totp; var totp = window.totp; // || require('notp').totp;