diff options
Diffstat (limited to 'src/parent.js')
-rw-r--r-- | src/parent.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parent.js b/src/parent.js index 4583ebf..94523f2 100644 --- a/src/parent.js +++ b/src/parent.js @@ -1,3 +1,5 @@ +/* global createElement */ + SVG.Parent = SVG.invent({ // Initialize node create: function (node) { |