Skip to content

Instantly share code, notes, and snippets.

@wess
Last active April 25, 2016 14:53
Show Gist options
  • Save wess/2f9acba44221884d9f12c43dad409adc to your computer and use it in GitHub Desktop.
Save wess/2f9acba44221884d9f12c43dad409adc to your computer and use it in GitHub Desktop.
(function($, exports){
var form = exports.storeFrontForm || {};
form.submitLead = function() { ...
}
form.setVendorLeadFormMessage = function() { ...
}
exports.storeFrontForm = form
})(jQuery, window);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment