Skip to content

Commit

Permalink
fix doc typo from r25870 refs #13484 !strict
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@26132 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
neonstalwart committed Aug 9, 2011
1 parent 3416c7a commit 7a1bfe8
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 @@ -462,7 +462,7 @@ define(["./kernel", "../has", "./sniff"], function(dojo, has, sniff){
=====*/

/*=====
dojo.isStringisObject = function(it){
dojo.isObject = function(it){
// summary:
// Returns true if it is a JavaScript object (or an Array, a Function
// or null)
Expand Down

0 comments on commit 7a1bfe8

Please sign in to comment.