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