I am getting an error when editing a poly with the reshape tool... The poly does change shape and my results are successful, but in Fireburg, I get this error:
TypeError: _b29.preUpdatedGraphics is undefined
...window[esri._dojoScopeName||"dojo"]._x...i.dijit.editing.Editor-all");}}};});
I do have these in my .js file:
dojo.require("esri.dijit.editing.Editor-all");
dojo.require("esri.graphic");
I am not sure if I need to define "preUpdatedGraphics" anywhere since I am updating the same layer. ??