vendor/assets/javascripts/dojox/gfx/vml.js in dojox-rails-0.13.0 vs vendor/assets/javascripts/dojox/gfx/vml.js in dojox-rails-0.14.0

- old
+ new

@@ -776,9 +776,12 @@ } }}); _d.TextPath.nodeType="shape"; _d.Surface=_2("dojox.gfx.vml.Surface",gs.Surface,{constructor:function(){ gs.Container._init.call(this); +},destroy:function(){ +this.clear(true); +this.inherited(arguments); },setDimensions:function(_82,_83){ this.width=g.normalizedLength(_82); this.height=g.normalizedLength(_83); if(!this.rawNode){ return this;