fix: remove reference to dom_events

Since the MDN scrapers have been updated, this no longer exists.
pull/1526/head
Oliver Eyton-Williams 4 years ago
parent f58a1b9181
commit fb7db1e253
No known key found for this signature in database
GPG Key ID: C4B00673186643C5

@ -30,7 +30,7 @@ class App < Sinatra::Application
set :docs_origin, File.join('', docs_prefix)
set :docs_path, File.join(public_folder, docs_prefix)
set :docs_manifest_path, File.join(docs_path, 'docs.json')
set :default_docs, %w(css dom dom_events html http javascript)
set :default_docs, %w(css dom html http javascript)
set :news_path, File.join(root, assets_prefix, 'javascripts', 'news.json')
set :csp, false

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

Loading…
Cancel
Save