mirror of https://github.com/freeCodeCamp/devdocs
8 lines
257 B
8 lines
257 B
![]()
12 years ago
|
#= require views/pages/base
|
||
|
|
||
|
class app.views.CoffeescriptPage extends app.views.BasePage
|
||
|
afterRender: ->
|
||
|
@highlightCode @findAll('.code > pre:first-child'), 'coffeescript'
|
||
|
@highlightCode @findAll('.code > pre:last-child'), 'javascript'
|
||
|
return
|