/* Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ if(!dojo._hasResource["dojo.AdapterRegistry"]){ dojo._hasResource["dojo.AdapterRegistry"]=true; dojo.provide("dojo.AdapterRegistry"); dojo.AdapterRegistry=function(_1){ this.pairs=[]; this.returnWrappers=_1||false; }; dojo.extend(dojo.AdapterRegistry,{register:function(_2,_3,_4,_5,_6){ this.pairs[((_6)?"unshift":"push")]([_2,_3,_4,_5]); },match:function(){ for(var i=0;i