fixed getSowPrintMargin

getShowPrintMargin always returned undefined.
This commit is contained in:
Matthew Kastor 2013-03-22 05:08:29 -03:00
commit b8607e861c

View file

@ -412,7 +412,7 @@ var VirtualRenderer = function(container, theme) {
* @returns {Boolean}
**/
this.getShowPrintMargin = function() {
this.getOption("showPrintMargin");
return this.getOption("showPrintMargin");
};
/**
* Identifies whether you want to show the print margin column or not.