Skip to content

Commit

Permalink
declare: typo fix, !strict, refs #12888.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@25002 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
uhop committed May 18, 2011
1 parent 8a8ef6f commit 0abb2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _base/declare.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ define(["./kernel", "../has", "./lang", "./array"], function(dojo, has){

function inherited__debug(args, a){
var f = this.getInherited(args, a);
if(f){ return func.apply(this, a || args); }
if(f){ return f.apply(this, a || args); }
// intentionally no return if a super method was not found
}

Expand Down

0 comments on commit 0abb2c9

Please sign in to comment.