Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher

This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;

MozReview-Commit-ID: AzhtdwJwVNg
This commit is contained in:
Masatoshi Kimura
2017-02-23 06:10:07 +09:00
parent 19b11d615c
commit 4f2e64ad3d
1087 changed files with 1708 additions and 1708 deletions

View File

@@ -11,7 +11,7 @@
<body>
<canvas width="128" height="128"></canvas>
<script type="text/javascript;version=1.8">
<script type="text/javascript">
"use strict";
var ctx = document.querySelector("canvas").getContext("2d");