Skip to content

Instantly share code, notes, and snippets.

View onesimoh's full-sized avatar

Onesimo Hernandez onesimoh

View GitHub Profile
(function (factory) {
/* global define */
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['jquery'], factory);
} else if (typeof module === 'object' && module.exports) {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Browser globals