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