##// END OF EJS Templates
typo "Should"
Matthias Bussonnier -
Show More
@@ -2223,7 +2223,7 b' define(function (require) {'
2223 name: "(No name)",
2223 name: "(No name)",
2224 language: this.metadata.language
2224 language: this.metadata.language
2225 });
2225 });
2226 // this shoudl be stored in kspec now, delete it.
2226 // this should be stored in kspec now, delete it.
2227 // remove once we do not support notebook v3 anymore.
2227 // remove once we do not support notebook v3 anymore.
2228 delete this.metadata.language;
2228 delete this.metadata.language;
2229 } else {
2229 } else {
General Comments 0
You need to be logged in to leave comments. Login now