##// END OF EJS Templates
remove empty style function
Matthias BUSSONNIER -
Show More
@@ -134,14 +134,6 b' define(['
134 slideshow_celltoolbar.register(this, options.events);
134 slideshow_celltoolbar.register(this, options.events);
135 };
135 };
136
136
137 /**
138 * Tweak the notebook's CSS style.
139 *
140 * @method style
141 */
142 Notebook.prototype.style = function () {
143 console.log('Notebook.style() is now a empty function, please consider removing.');
144 };
145
137
146 /**
138 /**
147 * Create an HTML and CSS representation of the notebook.
139 * Create an HTML and CSS representation of the notebook.
General Comments 0
You need to be logged in to leave comments. Login now