sprint icon indicating copy to clipboard operation
sprint copied to clipboard

JS Perf Links Aren't Runnable

Open drewdaemon opened this issue 7 years ago • 0 comments

This looks like a sweet library with great potential and I'm excited to follow its development. Thought it was worth mentioning, though, that when I try to run any JSPerf tests linked to from the docs (example) JSPerf errors out with:

ReferenceError: Sprint is not defined.

ReferenceError: Zepto is not defined.

So only JQuery works. I assume it is something wrong with the setup import code:

<script src="https://sprintjs.com/prod"></script>
<script src="https://zeptojs.com/zepto.min.js"></script>

Keep up the good work!

drewdaemon avatar Jul 19 '18 19:07 drewdaemon