Fix post building test menu items.
This commit is contained in:
parent
a796c1247a
commit
045fbf40f5
@ -5,7 +5,7 @@ Build.Test =
|
|||||||
|
|
||||||
a = $.el 'a',
|
a = $.el 'a',
|
||||||
textContent: 'Test HTML building'
|
textContent: 'Test HTML building'
|
||||||
$.on a, 'click', @testOne
|
$.on a, 'click', @cb.testOne
|
||||||
Menu.menu.addEntry
|
Menu.menu.addEntry
|
||||||
el: a
|
el: a
|
||||||
open: (post) ->
|
open: (post) ->
|
||||||
@ -14,7 +14,7 @@ Build.Test =
|
|||||||
|
|
||||||
a2 = $.el 'a',
|
a2 = $.el 'a',
|
||||||
textContent: 'Test HTML building'
|
textContent: 'Test HTML building'
|
||||||
$.on a2, 'click', @testAll
|
$.on a2, 'click', @cb.testAll
|
||||||
Header.menu.addEntry
|
Header.menu.addEntry
|
||||||
el: a2
|
el: a2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user