Skip to content

Instantly share code, notes, and snippets.

@beresmate
Last active December 25, 2015 04:39
Show Gist options
  • Save beresmate/6919251 to your computer and use it in GitHub Desktop.
Save beresmate/6919251 to your computer and use it in GitHub Desktop.
define([
'class1',
'class2',
// non-returning modules
'jqueryplugin1',
'jqueryplugin2'
], function (
Class1,
Class2
) {
//code comes here
var stuff = new Class1();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment