From 66938a320bedc5cc21cf9c53c7ae5fa8af09ff4b 2015-03-16 21:23:04 From: Matthias Bussonnier <bussonniermatthias@gmail.com> Date: 2015-03-16 21:23:04 Subject: [PATCH] remove Stray .c --- diff --git a/IPython/html/static/notebook/js/cell.js b/IPython/html/static/notebook/js/cell.js index 32a671e..dda60e3 100644 --- a/IPython/html/static/notebook/js/cell.js +++ b/IPython/html/static/notebook/js/cell.js @@ -29,7 +29,7 @@ define([ // Reverse `min-height: 18px` scrollbar hack on OS X // which causes a dead area, making it impossible to click on the last line // when there is horizontal scrolling to do and the "show scrollbar only when scrolling" behavior - // is enabled.c + // is enabled. // This, in turn, has the undesirable behavior of never showing the horizontal scrollbar, // even when it should, which is less problematic, at least. if (/Mac/.test(navigator.platform)) {