Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
client -> cloud.dropbox.client
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Smith committed Dec 29, 2013
1 parent 03e045b commit 6a1a5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cloud/dropbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cloud.dropbox.enumerate = function (directory, callback) {
}
callback(entries);
} else {
client.mkdir(directory, function() {
cloud.dropbox.client.mkdir(directory, function() {
callback(cloud.dropbox.enumerate(directory, function(l) { return l; }));
});
}
Expand Down

0 comments on commit 6a1a5f9

Please sign in to comment.