MDL-32843 import YUI 3.5.1
[moodle.git] / lib / yui / 3.5.1 / build / dataschema-base / dataschema-base-min.js
blobb29fd98153640ddfb696141cfcad01d0df3eb0dd
1 /*
2 YUI 3.5.1 (build 22)
3 Copyright 2012 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
7 YUI.add("dataschema-base",function(b){var a=b.Lang,c={apply:function(d,e){return e;},parse:function(d,e){if(e.parser){var f=(a.isFunction(e.parser))?e.parser:b.Parsers[e.parser+""];if(f){d=f.call(this,d);}else{}}return d;}};b.namespace("DataSchema").Base=c;b.namespace("Parsers");},"3.5.1",{requires:["base"]});