Skip to content

Instantly share code, notes, and snippets.

@gorillamoe
Created December 4, 2014 16:46
Show Gist options
  • Save gorillamoe/5bba7ae7c50de6ee69ef to your computer and use it in GitHub Desktop.
Save gorillamoe/5bba7ae7c50de6ee69ef to your computer and use it in GitHub Desktop.
Wajit - Vanilla Mode Example
// 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