mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 22:44:45 +00:00
Added missing semi-colons
This commit is contained in:
parent
4245d63bbb
commit
47aaa5bb19
@ -167,11 +167,11 @@ EmbarkJS.Storage.get = function(hash) {
|
||||
|
||||
EmbarkJS.Storage.uploadFile = function(inputSelector) {
|
||||
return this.currentStorage.uploadFile(inputSelector);
|
||||
}
|
||||
};
|
||||
|
||||
EmbarkJS.Storage.getUrl = function(hash) {
|
||||
return this.currentStorage.getUrl(hash);
|
||||
}
|
||||
};
|
||||
|
||||
EmbarkJS.Storage.setProvider = function(provider, options) {
|
||||
var self = this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user