Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ afterRender
Method
afterRender
app/views/user/CertificatesView.js:240–242 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
238
}
239
240
afterRender () {
241
return
this.autoSizeText(
'.student-name'
)
242
}
243
244
autoSizeText (selector) {
245
return
this.$(selector).each((index, el) => (() => {
Callers
nothing calls this directly
Calls
1
autoSizeText
Method · 0.95
Tested by
no test coverage detected