]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui3/build/node/node-aria.js
Release 6.2.1
[Github/sugarcrm.git] / include / javascript / yui3 / build / node / node-aria.js
1 /*
2  Copyright (c) 2009, Yahoo! Inc. All rights reserved.
3  Code licensed under the BSD License:
4  http://developer.yahoo.net/yui/license.txt
5  version: 3.0.0
6  build: 1549
7  */
8 YUI.add('node-aria',function(Y){Y.Node.prototype.get=function(name){var val;if(re_aria.test(name)){val=Y.Node.getDOMNode(this).getAttribute(name,2);}else{}
9 setter:function(val){Y.Node.getDOMNode(this).setAttribute(name,val);return val;}});};},'3.0.0',{requires:['node-base']});