wp.customize.controlConstructor["blogun-toggle"]=wp.customize.Control.extend({ready:function(){"use strict";var control=this;control.container.on("click",".blogun-toggle-switch",(function(){control.setting.set(!control.setting.get())}))}});