Skip to content

Commit

Permalink
adding missing API doc types, refs #13101 !strict
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@29389 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
kitsonk committed Jul 26, 2012
1 parent e8eeae9 commit 6d2a2e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _base/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@ define(["./kernel", "../has", "../sniff"], function(dojo, has){
// description:
// Calling lang.partial is the functional equivalent of calling:
// | lang.hitch(null, funcName, ...);
// method:
// The function to "wrap"
var arr = [ null ];
return lang.hitch.apply(dojo, arr.concat(lang._toArray(arguments))); // Function
},
Expand Down

0 comments on commit 6d2a2e7

Please sign in to comment.