Selaa lähdekoodia

Merge commit 'github/master'

Aaron Newton 15 vuotta sitten
vanhempi
commit
af03136bf6
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      ext/thirdparty/js/protovis/protovis-d3.2.js

+ 2 - 0
ext/thirdparty/js/protovis/protovis-d3.2.js

@@ -8063,6 +8063,8 @@ pv.Mark.prototype.context = function(scene, index, f) {
   }
 
   /* Context switch, invoke the function, then switch back. */
+  clear(oscene, oindex);
+  apply(scene, index);
   try {
     f.apply(this, stack);
   } finally {