Skip to content

Commit

Permalink
Inline doc only, fix delegate signature, refs #13101 !strict
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@29355 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
kitsonk committed Jul 20, 2012
1 parent 88261bf commit 3337f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _base/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3337f7f

Please sign in to comment.