Created
May 12, 2015 16:23
-
-
Save rck109d/d14e59e9870e0be92216 to your computer and use it in GitHub Desktop.
give Underscore.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var jqs = document.createElement('script'); | |
jqs.type = 'text/javascript'; | |
jqs.src = '//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js'; | |
document.body.appendChild(jqs); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment