Fix post building test menu items.

This commit is contained in:
ccd0 2016-04-28 11:41:37 -07:00
parent a796c1247a
commit 045fbf40f5

View File

@ -5,7 +5,7 @@ Build.Test =
a = $.el 'a',
textContent: 'Test HTML building'
$.on a, 'click', @testOne
$.on a, 'click', @cb.testOne
Menu.menu.addEntry
el: a
open: (post) ->
@ -14,7 +14,7 @@ Build.Test =
a2 = $.el 'a',
textContent: 'Test HTML building'
$.on a2, 'click', @testAll
$.on a2, 'click', @cb.testAll
Header.menu.addEntry
el: a2