Sign in
apache
/
netbeans
/
refs/heads/release310
/
.
/
webcommon
/
javascript2.jade
/
test
/
unit
/
data
/
testfiles
/
lexer
/
issue251144.jade
blob: 39feea7249ab759e79f9c32066a33d4614fd69d7 [
file
]
script
(
type
=
'text/javascript'
).
window
.
habitrpg
.
controller
(
'StaticAvatarCtrl'
,
[
'$scope'
,
function
(
$scope
){
$scope
.
profile
=
window
.
env
.
user
;
}])