Skip to content

Instantly share code, notes, and snippets.

@cybrown
Created June 15, 2013 11:03
Show Gist options
  • Select an option

  • Save cybrown/5787763 to your computer and use it in GitHub Desktop.

Select an option

Save cybrown/5787763 to your computer and use it in GitHub Desktop.
RequireJS blank module with dependencies.
define(['dep1', 'dep2'], function (Dep1, Dep2) {
'use strict';
// Use Dep1 and Dep2
// return module var
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment