From 7a1bfe8d2e1db9694329b16f59f63e25b4dd7729 Mon Sep 17 00:00:00 2001 From: Ben Hockey Date: Tue, 9 Aug 2011 21:18:06 +0000 Subject: [PATCH] fix doc typo from r25870 refs #13484 !strict git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@26132 560b804f-0ae3-0310-86f3-f6aa0a117693 --- _base/lang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_base/lang.js b/_base/lang.js index bdf627d33f..3746a97800 100644 --- a/_base/lang.js +++ b/_base/lang.js @@ -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)