Update QUnit documentation (2.19.3)

pull/1893/head
Simon Legner 2 years ago
parent faac2369cd
commit 1d0ffffd43

@ -6,6 +6,10 @@ module Docs
def call
@doc = at_css('.content[role="main"]')
css('.sidebar').remove
css('pre').each do |node|
node['data-language'] = 'javascript'
node.content = node.content
end
doc
end
end

Loading…
Cancel
Save