diff options
Diffstat (limited to 'js/yui3/widget-skin/widget-skin-min.js')
-rw-r--r-- | js/yui3/widget-skin/widget-skin-min.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/yui3/widget-skin/widget-skin-min.js b/js/yui3/widget-skin/widget-skin-min.js new file mode 100644 index 000000000..92d2ce399 --- /dev/null +++ b/js/yui3/widget-skin/widget-skin-min.js @@ -0,0 +1,7 @@ +/* +YUI 3.7.3 (build 5687) +Copyright 2012 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +http://yuilibrary.com/license/ +*/ +YUI.add("widget-skin",function(e,t){var n="boundingBox",r="contentBox",i="skin",s=e.ClassNameManager.getClassName;e.Widget.prototype.getSkinName=function(){var e=this.get(r)||this.get(n),t=new RegExp("\\b"+s(i)+"-(\\S+)"),o;return e&&e.ancestor(function(e){return o=e.get("className").match(t),o}),o?o[1]:null}},"3.7.3",{requires:["widget-base"]}); |