Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 3c7b280

Browse files
committed
Built fxa-js-client from commit 127915a on branch master
1 parent 093ffd0 commit 3c7b280

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

fxa-client.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,11 +1757,9 @@ define('client/FxAccountClient',['./lib/request', '../components/sjcl/sjcl', './
17571757
});
17581758

17591759

1760-
1761-
require(["client/FxAccountClient"]);
17621760
//The modules for your project will be inlined above
17631761
//this snippet. Ask almond to synchronously require the
17641762
//module value for 'main' here and return it as the
17651763
//value to use for the public API for the built file.
1766-
return require('client/FxAccountClient');
1764+
return requirejs('client/FxAccountClient');
17671765
}));

0 commit comments

Comments
 (0)