mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
remove empty style function
This commit is contained in:
parent
4d9611a9ff
commit
04088c9559
@ -134,14 +134,6 @@ define([
|
||||
slideshow_celltoolbar.register(this, options.events);
|
||||
};
|
||||
|
||||
/**
|
||||
* Tweak the notebook's CSS style.
|
||||
*
|
||||
* @method style
|
||||
*/
|
||||
Notebook.prototype.style = function () {
|
||||
console.log('Notebook.style() is now a empty function, please consider removing.');
|
||||
};
|
||||
|
||||
/**
|
||||
* Create an HTML and CSS representation of the notebook.
|
||||
|
Loading…
Reference in New Issue
Block a user