Update prepro.js to version that can evaluate whole expressions, and fix a newly introduced issue with it.

This commit is contained in:
Jürg Lehni 2014-05-14 15:14:03 +02:00
parent 0060f629ae
commit 9d7ec13724
23 changed files with 93 additions and 93 deletions
src/basic

View file

@ -106,7 +106,7 @@ var Matrix = Base.extend(/** @lends Matrix# */{
if (owner._applyMatrix) {
owner.transform(null, true);
} else {
owner._changed(/*#=*/ Change.GEOMETRY);
owner._changed(/*#=*/Change.GEOMETRY);
}
}
},