I just started getting this error about the HorizontalRule dijit when i switched to v3.4at 3.3 it works fine.i'm using this to create transparency sliders var theSlider = new dijit.form.HorizontalSlider({
value: 0,
onChange: function (val) { _self._toc.setLayerTransparency(_self._name, val); },
style: "width:165px;height: 20px;",
minimum: 0,
maximum: 100,
discreteValues: 11,
intermediateChanges: "true",
showButtons: "true"
}, sp);
did something change about the way i need to declare the dijit or anything like that?