Skip to content

Instantly share code, notes, and snippets.

@adambankin
Last active May 31, 2016 21:55
Show Gist options
  • Save adambankin/0653e85a265e773de62882f2b89ac0b0 to your computer and use it in GitHub Desktop.
Save adambankin/0653e85a265e773de62882f2b89ac0b0 to your computer and use it in GitHub Desktop.
require(['stuff'], function (stuff) {
var $el = $(stuff.id);
return {
myFunction: function () {
stuff.doSomething(function () {
$el.addClass('stuff');
});
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment