##// END OF EJS Templates
fix missing comma
Min RK -
Show More
@@ -142,7 +142,7 b' IPython.utils = (function (IPython) {'
142 fixConsole : fixConsole,
142 fixConsole : fixConsole,
143 keycodes : keycodes,
143 keycodes : keycodes,
144 grow : grow,
144 grow : grow,
145 fixCarriageReturn : fixCarriageReturn
145 fixCarriageReturn : fixCarriageReturn,
146 points_to_pixels : points_to_pixels
146 points_to_pixels : points_to_pixels
147 };
147 };
148
148
General Comments 0
You need to be logged in to leave comments. Login now