Sha256: a2d93ec14b1c335162c29f51fe910abdfd44524bf7187b99d97c6130bddbccf3
Contents?: true
Size: 386 Bytes
Versions: 9
Compression:
Stored size: 386 Bytes
Contents
//>>built define("dojox/lang/oo/Decorator",["dijit","dojo","dojox"],function(_1,_2,_3){ _2.provide("dojox.lang.oo.Decorator"); (function(){ var oo=_3.lang.oo,D=oo.Decorator=function(_4,_5){ this.value=_4; this.decorator=typeof _5=="object"?function(){ return _5.exec.apply(_5,arguments); }:_5; }; oo.makeDecorator=function(_6){ return function(_7){ return new D(_7,_6); }; }; })(); });
Version data entries
9 entries across 9 versions & 2 rubygems