repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing an issue with output parameters that are of type IntPtr
[castle.git]
/
MonoRail
/
TestSiteBrail
/
Views
/
home
/
javascript.brail
blob
e3f5677ad68411b63eb5fa7439ae636895e58db1
1
<script type='text/javascript'>
\r
2
function paginate(index)
\r
3
{
\r
4
alert(index);
\r
5
}
\r
6
</script>