Fix broken spec link in HTMLScriptElement

This commit is contained in:
Corey Farwell 2016-01-08 20:51:33 -05:00
parent 083d3e0201
commit 7973bb7d70

View file

@ -99,7 +99,7 @@ impl HTMLScriptElement {
/// Supported script types as defined by
/// <https://html.spec.whatwg.org/multipage/#support-the-scripting-language>.
/// <https://html.spec.whatwg.org/multipage/#javascript-mime-type>.
static SCRIPT_JS_MIMES: StaticStringVec = &[
"application/ecmascript",
"application/javascript",