Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-02-17 04:48:34 +03:00
parent 8bd86afd82
commit 98d34f72c3

View File

@ -394,8 +394,8 @@ var BaseBrowserPrototype = {
// the .options attribute... // the .options attribute...
render: function(options){ render: function(options){
var that = this var that = this
// XXX revise -- should options and context be distinguished only // XXX Q: should options and context be distinguished only via
// via the .options attr??? // the .options attr as is the case now???
var context = (options == null || options.options == null) ? var context = (options == null || options.options == null) ?
{ {
root: this, root: this,