Created
December 4, 2014 16:46
-
-
Save gorillamoe/5bba7ae7c50de6ee69ef to your computer and use it in GitHub Desktop.
Wajit - Vanilla Mode Example
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
// require https://code.jquery.com/jquery-2.1.1.min.js | |
// require js/my_cool_script.js | |
var moo = function () { | |
window.console.log(jQuery); | |
} | |
moo(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment