From bd5c90604785ae90892461db9efe85f4c4c16217 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Sat, 19 Feb 2011 14:12:05 +0100 Subject: [PATCH] Fix error in CompoundPath. --- src/path/CompoundPath.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path/CompoundPath.js b/src/path/CompoundPath.js index 5c372457..a1872120 100644 --- a/src/path/CompoundPath.js +++ b/src/path/CompoundPath.js @@ -92,4 +92,4 @@ CompoundPath = PathItem.extend(new function() { }); return fields; -}; \ No newline at end of file +}); \ No newline at end of file