diff options
author | matthew <matthew> | 2007-01-17 23:58:30 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-01-17 23:58:30 +0000 |
commit | b22e3411880b339954c38ee3f0fb8b37f0c5e3a5 (patch) | |
tree | 173b9a026997364e150e8eff6520d1af1afb9061 /web/yui/yahoo-min.js | |
parent | d8aa70d84c9c0068e6186d7903cab4203743b759 (diff) |
Update YUI; clean up JS a bit, add to-dos.
Diffstat (limited to 'web/yui/yahoo-min.js')
-rw-r--r-- | web/yui/yahoo-min.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/yui/yahoo-min.js b/web/yui/yahoo-min.js deleted file mode 100644 index ca5ac3719..000000000 --- a/web/yui/yahoo-min.js +++ /dev/null @@ -1 +0,0 @@ -/* Copyright (c) 2006, Yahoo! Inc. All rights reserved.Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt Version: 0.11.4*/ if(typeof YAHOO=="undefined"){YAHOO={};}YAHOO.namespace=function(ns){if(!ns||!ns.length){return null;}var _2=ns.split(".");var _3=YAHOO;for(var i=(_2[0]=="YAHOO")?1:0;i<_2.length;++i){_3[_2[i]]=_3[_2[i]]||{};_3=_3[_2[i]];}return _3;};YAHOO.log=function(_5,_6,_7){var l=YAHOO.widget.Logger;if(l&&l.log){return l.log(_5,_6,_7);}else{return false;}};YAHOO.extend=function(_9,_10){var f=function(){};f.prototype=_10.prototype;_9.prototype=new f();_9.prototype.constructor=_9;_9.superclass=_10.prototype;if(_10.prototype.constructor==Object.prototype.constructor){_10.prototype.constructor=_10;}};YAHOO.namespace("util");YAHOO.namespace("widget");YAHOO.namespace("example");
\ No newline at end of file |