Fixing an issue with output parameters that are of type IntPtr
[castle.git] / MonoRail / TestSiteBrail / Views / jsgeneration / multipleactions.brailjs
blob783e9a18992474faaf71431669012f758423bd9b
1 page.show("a")\r
2 page.show("a", "b", "c")\r
3 page.hide("a")\r
4 page.hide("a", "b", "c")\r
5 page.toggle("a")\r
6 page.toggle("a", "b", "c")\r
7 page.remove("a", "b", "c")