##// END OF EJS Templates
Remove some empty space
Jonathan Frederic -
Show More
@@ -371,7 +371,7 b' define(["components/underscore/underscore-min",'
371 iopub : {
371 iopub : {
372 output : handle_output,
372 output : handle_output,
373 clear_output : handle_clear_output,
373 clear_output : handle_clear_output,
374
374
375 status : function(msg){
375 status : function(msg){
376 that._handle_status(cell, msg);
376 that._handle_status(cell, msg);
377 },
377 },
@@ -447,7 +447,7 b' define(["components/underscore/underscore-min",'
447 if (this.model.css != undefined) {
447 if (this.model.css != undefined) {
448 for (var selector in this.model.css) {
448 for (var selector in this.model.css) {
449 if (this.model.css.hasOwnProperty(selector)) {
449 if (this.model.css.hasOwnProperty(selector)) {
450
450
451 // Apply the css traits to all elements that match the selector.
451 // Apply the css traits to all elements that match the selector.
452 var elements = this._get_selector_element(selector);
452 var elements = this._get_selector_element(selector);
453 if (elements.length > 0) {
453 if (elements.length > 0) {
@@ -588,6 +588,6 b' define(["components/underscore/underscore-min",'
588 if (IPython.widget_manager==undefined || IPython.widget_manager==null) {
588 if (IPython.widget_manager==undefined || IPython.widget_manager==null) {
589 IPython.widget_manager = new WidgetManager();
589 IPython.widget_manager = new WidgetManager();
590 }
590 }
591
591
592 return IPython.widget_manager;
592 return IPython.widget_manager;
593 });
593 });
General Comments 0
You need to be logged in to leave comments. Login now