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