if not passed, use default namespace for generating stylessheets

This commit is contained in:
vieron
2012-10-03 15:44:09 +02:00
parent 7fc97d0f79
commit 82b8778762

View File

@ -2233,7 +2233,7 @@
opts || (opts = {});
opts.cols || (opts.cols = this.cols);
opts.rows || (opts.rows = this.rows);
opts.namespace || (opts.namespace = '');
opts.namespace || (opts.namespace = this.options.namespace);
opts.widget_base_dimensions ||
(opts.widget_base_dimensions = this.options.widget_base_dimensions);
opts.widget_margins ||