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…
Reference in New Issue