remove empty style function

This commit is contained in:
Matthias BUSSONNIER 2014-07-20 18:06:20 +02:00
parent 4d9611a9ff
commit 04088c9559

View File

@ -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.