Remove need for all special arguments in minification, and restructure code to avoid warnings.

This commit is contained in:
Jürg Lehni 2013-06-24 10:15:54 -07:00
parent 1279e8017d
commit 1866e4ff15
22 changed files with 103 additions and 98 deletions

View file

@ -101,7 +101,6 @@ paper.PaperScope.prototype.PaperScript = new function() {
// Converts an original offset to the one in the current state of the
// modified code.
function getOffset(offset) {
var start = offset;
// Add all insertions before this location together to calculate
// the current offset
for (var i = 0, l = insertions.length; i < l; i++) {