Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Script repeated #19

Closed
dethe opened this issue Apr 26, 2015 · 3 comments
Closed

Script repeated #19

dethe opened this issue Apr 26, 2015 · 3 comments

Comments

@dethe
Copy link

dethe commented Apr 26, 2015

In examples/base.html this line:

<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.0/es5-shim.js"></script>

Is repeated twice, character for character. Is that intentional to work around some IE8 weirdness (I spent enough years hacking on IE4+ to believe that) or a bug?

@WebReflection
Copy link
Owner

look closer ...

      <script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.0/es5-shim.js"></script>
      <script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.0/es5-sham.js"></script>

sham is after shim

@dethe
Copy link
Author

dethe commented Apr 26, 2015

Ha ha! OK, that was too subtle for me. Good name, though. Thanks!

@WebReflection
Copy link
Owner

I haven't chosen those names but thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants