Skip to content

Instantly share code, notes, and snippets.

@wrumsby
Created July 21, 2013 08:54
Show Gist options
  • Save wrumsby/6047972 to your computer and use it in GitHub Desktop.
Save wrumsby/6047972 to your computer and use it in GitHub Desktop.
AMD function
define([], function () {
'use strict';
return function (text) {
return text.toUpperCase();
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment