Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samueleresca/08b4fde7f04a4f81f6b5 to your computer and use it in GitHub Desktop.
Save samueleresca/08b4fde7f04a4f81f6b5 to your computer and use it in GitHub Desktop.
define(['hammer'],function(hammer){
//TODO: Implements the AMD module
console.log("Module 2: loaded");
if(hammer) console.log ("Hammer: loaded");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment