Update React documentation (0.13.3)

pull/220/head
Thibaut 10 years ago
parent a6680ab8f1
commit a9152bdd8b

@ -5,5 +5,5 @@ class app.views.ReactPage extends app.views.BasePage
for el in @findAllByTag 'pre' for el in @findAllByTag 'pre'
switch el.getAttribute('data-lang') switch el.getAttribute('data-lang')
when 'html' then @highlightCode el, 'markup' when 'html' then @highlightCode el, 'markup'
when 'javascript' then @highlightCode el, 'javascript' when 'javascript', 'js' then @highlightCode el, 'javascript'
return return

@ -2,7 +2,7 @@ module Docs
class React < UrlScraper class React < UrlScraper
self.name = 'React' self.name = 'React'
self.type = 'react' self.type = 'react'
self.version = '0.13.2' self.version = '0.13.3'
self.base_url = 'http://facebook.github.io/react/docs/' self.base_url = 'http://facebook.github.io/react/docs/'
self.root_path = 'getting-started.html' self.root_path = 'getting-started.html'
self.links = { self.links = {

Loading…
Cancel
Save