mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-12 06:54:58 +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) {
|
EmbarkJS.Storage.uploadFile = function(inputSelector) {
|
||||||
return this.currentStorage.uploadFile(inputSelector);
|
return this.currentStorage.uploadFile(inputSelector);
|
||||||
}
|
};
|
||||||
|
|
||||||
EmbarkJS.Storage.getUrl = function(hash) {
|
EmbarkJS.Storage.getUrl = function(hash) {
|
||||||
return this.currentStorage.getUrl(hash);
|
return this.currentStorage.getUrl(hash);
|
||||||
}
|
};
|
||||||
|
|
||||||
EmbarkJS.Storage.setProvider = function(provider, options) {
|
EmbarkJS.Storage.setProvider = function(provider, options) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user