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