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...
render: function(options){
var that = this
// XXX revise -- should options and context be distinguished only
// via the .options attr???
// XXX Q: should options and context be distinguished only via
// the .options attr as is the case now???
var context = (options == null || options.options == null) ?
{
root: this,