Created
March 11, 2015 23:53
-
-
Save cabbiepete/520f14d86db36986a294 to your computer and use it in GitHub Desktop.
inject underscore
This file contains 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
(function() { | |
var u = 'https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.2/underscore.js'; | |
var s = document.createElement('script'); | |
s.type = 'text/javascript'; | |
s.charset = 'utf-8'; | |
s.src = u; | |
document.body.appendChild(s); | |
})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment