Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-03-25 21:32:30 +03:00
parent 08480124ef
commit 7de518d06b

View File

@ -663,6 +663,8 @@ var BaseBrowserPrototype = {
// //
// NOTE: currently options and context are distinguished only via // NOTE: currently options and context are distinguished only via
// the .options attribute... // the .options attribute...
//
// XXX should this use .map(..) internally???
render: function(options){ render: function(options){
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