ДК
Ошибка?
<= Login_submit
title <= login_submit_label @ \Submit
event_click?val <=> event_submit?val null
Size: a a a
ВМ
<= Login_submit
title <= login_submit_label @ \Submit
event_click?val <=> event_submit?val null
ДК
'return target with equal values from source and not equal from target'() {
const source = [ [ 1 ] , [ 2 ] ]
const target = [ [ 1 ] , [ 3 ] ]
const result = $mol_conform( target , source )
$mol_assert_equal( result , target )
$mol_assert_equal( result[0] , source[0] )
$mol_assert_equal( result[1] , target[1] )
} ,
$mol_conform_handler( Date , ( target , source )=> ( target.getTime() === source.getTime() ) ? source : target )
IC
IC
IC
IC
IC
IC
IC
ДК
ВК
ВК
ВМ
(function () {
const View = $.$my_modal
const view = View.Root(0)
view.dom_node(document.getElementById('test_modal'))
view.dom_tree()
$.$mol_defer()
})()