function anonymous( ) { define(['mage/utils/wrapper','jquery','jquery/validate'],function(wrapper,$){'use strict';var showLabel=$.validator.prototype.showLabel;$.extend(true,$.validator.prototype,{showLabel:function(element,message){showLabel.call(this,element,message);this.toShow.attr('generated','true');}});return function(showLabel){}}); }