Typo left after switching to ES6

This commit is contained in:
Oleksandr Zhurbenko 2016-01-18 11:49:53 -08:00
parent 7c56af1f16
commit edfaf08757

View File

@ -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
}
}