diff --git a/LICENSE b/LICENSE index 3c17641..2b32a09 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2013 SheetJS +Copyright (C) 2013-2014 SheetJS Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cputils.js b/cputils.js index 9437e7b..3a2c544 100644 --- a/cputils.js +++ b/cputils.js @@ -372,7 +372,7 @@ } if(tt.length % 2 == 1) tt.length--; o64 = decode(1201, tt); - for(var l = 0; l < o64.length; ++l) out[k++] = o64[l]; + for(l = 0; l < o64.length; ++l) out[k++] = o64[l]; } break; default: throw new Error("Unsupported magic: " + cp + " " + magic[cp]);