Skip to content

Commit

Permalink
Excluded meter.js and sessionstorage.js from JSHint testing because 3…
Browse files Browse the repository at this point in the history
…rd party scripts. Fixed display issue on English working examples page.
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Oct 11, 2012
1 parent ef66d5d commit ac116ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion demos/index-eng.html
Expand Up @@ -249,7 +249,6 @@ <h1 id="wb-cont">Working examples</h1>
<li><a href="meter/meter-fra.html"><span class="wb-invisible">Meter (meter polyfill) - </span>French examples</a></li>
</ul>
</section>
</div>

<section><h2 id="multimedia">Multimedia player</h2>
<ul>
Expand Down
2 changes: 2 additions & 0 deletions src/js/build.xml
Expand Up @@ -180,7 +180,9 @@
<exclude name="polyfills/datalist.js"/>
<exclude name="polyfills/detailssummary.js"/>
<exclude name="polyfills/html5shiv.js"/>
<exclude name="polyfills/meter.js"/>
<exclude name="polyfills/localstorage.js"/>
<exclude name="polyfills/sessionstorage.js"/>
<exclude name="polyfills/slider.js"/>
<exclude name="dependencies/bookmark.js"/>
<exclude name="dependencies/browsertweaks.js"/>
Expand Down

0 comments on commit ac116ff

Please sign in to comment.