mirror of https://github.com/freeCodeCamp/devdocs
7 lines
170 B
7 lines
170 B
![]()
12 years ago
|
#= require views/pages/base
|
||
|
|
||
|
class app.views.UnderscorePage extends app.views.BasePage
|
||
|
afterRender: ->
|
||
|
@highlightCode @findAllByTag('pre'), 'javascript'
|
||
|
return
|