Merge pull request #1705 from Nicolapps/fix-docs-download-default

Fix docs:download --default
pull/1709/head
Oliver Eyton-Williams 3 years ago committed by GitHub
commit 028d028d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ module Docs
end
def self.defaults
%w(css 'Web APIs' html http javascript).map(&method(:find))
%w(css dom html http javascript).map(&method(:find))
end
def self.installed

Loading…
Cancel
Save