Convert British spelling to American
This commit is contained in:
@ -822,7 +822,7 @@
|
||||
"}\n",
|
||||
"\n",
|
||||
"mpl.figure.prototype._key_event_extra = function(event, name) {\n",
|
||||
" // Handle any extra behaviour associated with a key event\n",
|
||||
" // Handle any extra behavior associated with a key event\n",
|
||||
"}\n",
|
||||
"\n",
|
||||
"mpl.figure.prototype.key_event = function(event, name) {\n",
|
||||
@ -1053,7 +1053,7 @@
|
||||
"mpl.find_output_cell = function(html_output) {\n",
|
||||
" // Return the cell and output element which can be found *uniquely* in the notebook.\n",
|
||||
" // Note - this is a bit hacky, but it is done because the \"notebook_saving.Notebook\"\n",
|
||||
" // IPython event is triggered only after the cells have been serialised, which for\n",
|
||||
" // IPython event is triggered only after the cells have been serialized, which for\n",
|
||||
" // our purposes (turning an active figure into a static one), is too late.\n",
|
||||
" var cells = IPython.notebook.get_cells();\n",
|
||||
" var ncells = cells.length;\n",
|
||||
|
||||
Reference in New Issue
Block a user