Last active
April 25, 2016 14:53
-
-
Save wess/2f9acba44221884d9f12c43dad409adc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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