Sha256: ed38eadf5ec351e1016d7b8f232defa26dbf19668f2a32a3bd170957b9d819bf
Contents?: true
Size: 475 Bytes
Versions: 4
Compression:
Stored size: 475 Bytes
Contents
//>>built define("dojox/drawing/manager/_registry",[],function(){ var _1={tool:{},stencil:{},drawing:{},plugin:{},button:{}}; return {register:function(_2,_3){ if(_3=="drawing"){ _1.drawing[_2.id]=_2; }else{ if(_3=="tool"){ _1.tool[_2.name]=_2; }else{ if(_3=="stencil"){ _1.stencil[_2.name]=_2; }else{ if(_3=="plugin"){ _1.plugin[_2.name]=_2; }else{ if(_3=="button"){ _1.button[_2.toolType]=_2; } } } } } },getRegistered:function(_4,id){ return id?_1[_4][id]:_1[_4]; }}; });
Version data entries
4 entries across 4 versions & 1 rubygems