Sign in
apache
/
netbeans
/
refs/heads/release190
/
.
/
webcommon
/
javascript2.model
/
test
/
unit
/
data
/
testfiles
/
model
/
anonymousFunction2.js
blob: 6fce146c7afacbe33d381d3bd77d1f72d2fc94ec [
file
] [
log
] [
blame
]
function
highlight
()
{
document
.
getElementById
(
location
.
hash
.
replace
(
/#/
,
""
)).
className
=
"highlight"
;
}
(
function
(){
prettyPrint
();
highlight
();
});