cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-09-24 15:44:02 +03:00
parent 8dcff32823
commit 4de13011cf

View File

@ -795,23 +795,6 @@ types.event.EventMixin(BasePage.prototype)
//---------------------------------------------------------------------
// XXX do we need anything else like .doc, attrs???
var Macro =
module.Macro =
function(spec, func){
var args = [...arguments]
// function...
func = args.pop()
// arg sepc...
;(args.length > 0
&& args[args.length-1] instanceof Array)
&& (func.arg_spec = args.pop())
// XXX do we need anything else like .doc, attrs???
return func }
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
var Page =
module.Page =
object.Constructor('Page', BasePage, {