more notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-03-26 13:13:39 +03:00
parent 7de518d06b
commit 0c41adf6d5

View File

@ -665,6 +665,9 @@ var BaseBrowserPrototype = {
// the .options attribute...
//
// XXX should this use .map(..) internally???
// ...there are two ways to go:
// - local recursion (as-is now or via .map(.., { .. }))
// - outer recursion (.map(..))
render: function(options){
var that = this
// XXX Q: should options and context be distinguished only via