Remove trailing comma

This commit is contained in:
Thomas Kluyver 2014-11-14 13:05:55 -08:00
parent 7240d2dafc
commit f7860ce9d2

View File

@ -76,7 +76,7 @@ define([
this.base_url,
'nbconvert',
format,
notebook_path,
notebook_path
) + "?download=" + download.toString();
window.open(url);