Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-04-14 14:47:27 +03:00
parent fa3f86cebc
commit 1eafd9f1dc

View File

@ -672,7 +672,7 @@ var BaseBrowserPrototype = {
var that = this var that = this
// XXX Q: should options and context be distinguished only via // XXX Q: should options and context be distinguished only via
// the .options attr as is the case now??? // the .options attr as is the case now???
// ...see no reason why not... // ...see no reason why not, though it does not feel right...
var context = (options == null || options.options == null) ? var context = (options == null || options.options == null) ?
{ {
root: this, root: this,