<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">define(['jquery'],function($){'use strict';Number.prototype.amToFixed=function(digits,hideDigitsAfterDot){var value=this.toFixed(digits);if(hideDigitsAfterDot&amp;&amp;parseInt(value)==this){value=parseInt(value)}
return value;};return{jqueryWidgetCompatibility:function(path,widget,callback){if($.ui[widget]){callback();return;}
require([path],function(instance){$.ui[widget]=instance;callback();});}};});</pre></body></html>