Skip to content

Commit

Permalink
r25661 missed a possible path that returned dojo rather than has. ref…
Browse files Browse the repository at this point in the history
…s #12431 !strict

git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@25683 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
neonstalwart committed Jun 30, 2011
1 parent 0c31e3b commit 4de8825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _base/sniff.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ define(["./kernel", "../has"], function(dojo, has){
// This module populates the dojo browser version sniffing properties.

if(!has("host-browser")){
return dojo;
return has;
}
var
n = navigator,
Expand Down

0 comments on commit 4de8825

Please sign in to comment.