Typo left after switching to ES6
This commit is contained in:
parent
7c56af1f16
commit
edfaf08757
@ -377,7 +377,7 @@ Meteor.WhiteboardPaperModel = (function() {
|
||||
if(url != null ? url.match(/http[s]?:/) : void 0) {
|
||||
return url;
|
||||
} else {
|
||||
return console.log(`The url '${url}'' did not match the expected format of: http/s`);
|
||||
return console.log(`The url '${url}' did not match the expected format of: http/s`);
|
||||
//globals.presentationServer + url
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user