Skip to content

Instantly share code, notes, and snippets.

@jackysee
Last active December 14, 2015 01:19
Show Gist options
  • Save jackysee/5005115 to your computer and use it in GitHub Desktop.
Save jackysee/5005115 to your computer and use it in GitHub Desktop.
sample a.js
//components/a.js
define(['jquery'], function($){
$.fn.aaa = function() {
this.addClass('aaa');
};
return $.fn.aaa;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment