Select to view content in your preferred language

Typo in help file for popup

748
1
07-17-2011 09:50 PM
StephenLead
Honored Contributor
The help file for Popup contains an apparent typo:

Create a new instance of the Popup class.
var popup= new esri.dijit.Popup(null,dojo.create"div");


I think this should read:

var popup= new esri.dijit.Popup(null,dojo.create("div"));


Steve
0 Kudos
1 Reply
KellyHutchins
Esri Frequent Contributor
Thanks for pointing out the typo we'll get that fixed asap.
0 Kudos