##// END OF EJS Templates
on("destroy",...) -> once("destroy",...) so we don't keep a reference to it, preventing gc...
on("destroy",...) -> once("destroy",...) so we don't keep a reference to it, preventing gc Thanks to Sylvain Corlay for the suggestion.

File last commit:

r17888:4fcf2411
r18058:c7253b21
Show More
tornado_settings.rst
1 line | 130 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / tornado_settings.rst
MinRK
rename webapp_settings to tornado_settings...
r17888 - ``NotebookApp.webapp_settings`` is deprecated and replaced with
the more informatively named ``NotebookApp.tornado_settings``.