Fix whitespace
Change-Id: I9c8fb4a8d9cf2a38207d60ea28084d3d3a3d3cea
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
$.fn.uls.Constructor.prototype = $.extend( {}, $.fn.uls.Constructor.prototype, {
|
$.fn.uls.Constructor.prototype = $.extend( {}, $.fn.uls.Constructor.prototype, {
|
||||||
render: function() {
|
render: function() {
|
||||||
var $displaySettings = displaySettings();
|
var $displaySettings = displaySettings();
|
||||||
this.$menu.find("div#settings-block").append($displaySettings);
|
this.$menu.find( "div#settings-block" ).append( $displaySettings );
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user