Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Req sha
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Mar 23, 2013
1 parent 2f56317 commit a731af4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ohauth.js
@@ -1,6 +1,8 @@
(function(context) {

var sha1 = sha1 || require && require('./sha');
if (typeof module !== 'undefined') {
var sha1 = require('./sha');
}

var ohauth = {};

Expand Down

0 comments on commit a731af4

Please sign in to comment.