From 3337f7f0e6e6f86743c5342be691f587e5e2f3e6 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 20 Jul 2012 14:24:25 +0000 Subject: [PATCH] Inline doc only, fix delegate signature, refs #13101 !strict git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@29355 560b804f-0ae3-0310-86f3-f6aa0a117693 --- _base/lang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_base/lang.js b/_base/lang.js index 48148cea6b..e54e5f5afa 100644 --- a/_base/lang.js +++ b/_base/lang.js @@ -389,7 +389,7 @@ define(["./kernel", "../has", "../sniff"], function(dojo, has){ }; })(), /*===== - delegate: function(){ + delegate: function(obj, props){ // summary: // Returns a new object which "looks" to obj for properties which it // does not have a value for. Optionally takes a bag of properties to