/*! jquery migrate v1.1.0 | (c) 2005, 2013 jquery foundation, inc. and other contributors | jquery.org/license */ jquery.migratemute===void 0&&(jquery.migratemute=!0),function(e,t,n){"use strict";function r(n){o[n]||(o[n]=!0,e.migratewarnings.push(n),t.console&&console.warn&&!e.migratemute&&(console.warn("jqmigrate: "+n),e.migratetrace&&console.trace&&console.trace()))}function a(t,a,o,i){if(object.defineproperty)try{return object.defineproperty(t,a,{configurable:!0,enumerable:!0,get:function(){return r(i),o},set:function(e){r(i),o=e}}),n}catch(s){}e._definepropertybroken=!0,t[a]=o}var o={};e.migratewarnings=[],!e.migratemute&&t.console&&console.log&&console.log("jqmigrate: logging is active"),e.migratetrace===n&&(e.migratetrace=!0),e.migratereset=function(){o={},e.migratewarnings.length=0},"backcompat"===document.compatmode&&r("jquery is not compatible with quirks mode");var i={},s=e.attr,u=e.attrhooks.value&&e.attrhooks.value.get||function(){return null},c=e.attrhooks.value&&e.attrhooks.value.set||function(){return n},l=/^(?:input|button)$/i,d=/^[238]$/,p=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,f=/^(?:checked|selected)$/i;a(e,"attrfn",i,"jquery.attrfn is deprecated"),e.attr=function(t,a,o,i){var u=a.tolowercase(),c=t&&t.nodetype;return i&&4>s.length&&(r("jquery.fn.attr( props, pass ) is deprecated"),t&&!d.test(c)&&e.isfunction(e.fn[a]))?e(t)[a](o):("type"===a&&o!==n&&l.test(t.nodename)&&t.parentnode&&r("can't change the 'type' of an input or button in ie 6/7/8"),!e.attrhooks[u]&&p.test(u)&&(e.attrhooks[u]={get:function(t,r){var a,o=e.prop(t,r);return o===!0||"boolean"!=typeof o&&(a=t.getattributenode(r))&&a.nodevalue!==!1?r.tolowercase():n},set:function(t,n,r){var a;return n===!1?e.removeattr(t,r):(a=e.propfix[r]||r,a in t&&(t[a]=!0),t.setattribute(r,r.tolowercase())),r}},f.test(u)&&r("jquery.fn.attr('"+u+"') may use property instead of attribute")),s.call(e,t,a,o))},e.attrhooks.value={get:function(e,t){var n=(e.nodename||"").tolowercase();return"button"===n?u.apply(this,arguments):("input"!==n&&"option"!==n&&r("jquery.fn.attr('value') no longer gets properties"),t in e?e.value:null)},set:function(e,t){var a=(e.nodename||"").tolowercase();return"button"===a?c.apply(this,arguments):("input"!==a&&"option"!==a&&r("jquery.fn.attr('value', val) no longer sets properties"),e.value=t,n)}};var g,h,v=e.fn.init,m=e.parsejson,y=/^(?:[^<]*(<[\w\w]+>)[^>]*|#([\w\-]*))$/;e.fn.init=function(t,n,a){var o;return t&&"string"==typeof t&&!e.isplainobject(n)&&(o=y.exec(t))&&o[1]&&("<"!==t.charat(0)&&r("$(html) html strings must start with '<' character"),n&&n.context&&(n=n.context),e.parsehtml)?v.call(this,e.parsehtml(e.trim(t),n,!0),n,a):v.apply(this,arguments)},e.fn.init.prototype=e.fn,e.parsejson=function(e){return e||null===e?m.apply(this,arguments):(r("jquery.parsejson requires a valid json string"),null)},e.uamatch=function(e){e=e.tolowercase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||0>e.indexof("compatible")&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},g=e.uamatch(navigator.useragent),h={},g.browser&&(h[g.browser]=!0,h.version=g.version),h.chrome?h.webkit=!0:h.webkit&&(h.safari=!0),e.browser=h,a(e,"browser",h,"jquery.browser is deprecated"),e.sub=function(){function t(e,n){return new t.fn.init(e,n)}e.extend(!0,t,this),t.superclass=this,t.fn=t.prototype=this(),t.fn.constructor=t,t.sub=this.sub,t.fn.init=function(r,a){return a&&a instanceof e&&!(a instanceof t)&&(a=t(a)),e.fn.init.call(this,r,a,n)},t.fn.init.prototype=t.fn;var n=t(document);return r("jquery.sub() is deprecated"),t};var b=e.fn.data;e.fn.data=function(t){var a,o,i=this[0];return!i||"events"!==t||1!==arguments.length||(a=e.data(i,t),o=e._data(i,t),a!==n&&a!==o||o===n)?b.apply(this,arguments):(r("use of jquery.fn.data('events') is deprecated"),o)};var j=/\/(java|ecma)script/i,w=e.fn.andself||e.fn.addback;e.fn.andself=function(){return r("jquery.fn.andself() replaced by jquery.fn.addback()"),w.apply(this,arguments)},e.clean||(e.clean=function(t,a,o,i){a=a||document,a=!a.nodetype&&a[0]||a,a=a.ownerdocument||a,r("jquery.clean() is deprecated");var s,u,c,l,d=[];if(e.merge(d,e.buildfragment(t,a).childnodes),o)for(c=function(e){return!e.type||j.test(e.type)?i?i.push(e.parentnode?e.parentnode.removechild(e):e):o.appendchild(e):n},s=0;null!=(u=d[s]);s++)e.nodename(u,"script")&&c(u)||(o.appendchild(u),u.getelementsbytagname!==n&&(l=e.grep(e.merge([],u.getelementsbytagname("script")),c),d.splice.apply(d,[s+1,0].concat(l)),s+=l.length));return d});var q=e.event.add,x=e.event.remove,k=e.event.trigger,n=e.fn.toggle,c=e.fn.live,t=e.fn.die,m="ajaxstart|ajaxstop|ajaxsend|ajaxcomplete|ajaxerror|ajaxsuccess",s=regexp("\\b(?:"+m+")\\b"),h=/(?:^|\s)hover(\.\s+|)\b/,a=function(t){return"string"!=typeof t||e.event.special.hover?t:(h.test(t)&&r("'hover' pseudo-event is deprecated, use 'mouseenter mouseleave'"),t&&t.replace(h,"mouseenter$1 mouseleave$1"))};e.event.props&&"attrchange"!==e.event.props[0]&&e.event.props.unshift("attrchange","attrname","relatednode","srcelement"),e.event.dispatch&&a(e.event,"handle",e.event.dispatch,"jquery.event.handle is undocumented and deprecated"),e.event.add=function(e,t,n,a,o){e!==document&&s.test(t)&&r("ajax events should be attached to document: "+t),q.call(this,e,a(t||""),n,a,o)},e.event.remove=function(e,t,n,r,a){x.call(this,e,a(t)||"",n,r,a)},e.fn.error=function(){var e=array.prototype.slice.call(arguments,0);return r("jquery.fn.error() is deprecated"),e.splice(0,0,"error"),arguments.length?this.bind.apply(this,e):(this.triggerhandler.apply(this,e),this)},e.fn.toggle=function(t,n){if(!e.isfunction(t)||!e.isfunction(n))return n.apply(this,arguments);r("jquery.fn.toggle(handler, handler...) is deprecated");var a=arguments,o=t.guid||e.guid++,i=0,s=function(n){var r=(e._data(this,"lasttoggle"+t.guid)||0)%i;return e._data(this,"lasttoggle"+t.guid,r+1),n.preventdefault(),a[r].apply(this,arguments)||!1};for(s.guid=o;a.length>i;)a[i++].guid=o;return this.click(s)},e.fn.live=function(t,n,a){return r("jquery.fn.live() is deprecated"),c?c.apply(this,arguments):(e(this.context).on(t,this.selector,n,a),this)},e.fn.die=function(t,n){return r("jquery.fn.die() is deprecated"),t?t.apply(this,arguments):(e(this.context).off(t,this.selector||"**",n),this)},e.event.trigger=function(e,t,n,a){return!n&!s.test(e)&&r("global events are undocumented and deprecated"),k.call(this,e,t,n||document,a)},e.each(m.split("|"),function(t,n){e.event.special[n]={setup:function(){var t=this;return t!==document&&(e.event.add(document,n+"."+e.guid,function(){e.event.trigger(n,null,t,!0)}),e._data(this,n,e.guid++)),!1},teardown:function(){return this!==document&&e.event.remove(document,n+"."+e._data(this,n)),!1}}})}(jquery,window); //@ sourcemappingurl=dist/jquery-migrate.min.map