Browse Source

namespace not declared in the Event module

tags/2.5.2
dotnetCarpenter 7 years ago
parent
commit
e89c97ef32
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/boxes.js

+ 1
- 1
src/boxes.js View File

@@ -11,7 +11,7 @@ SVG.Box = SVG.invent({
}

// add center, right, bottom...
fullBox(this)
fullBox(this)
}
, extend: {
// Merge rect box with another, return a new instance

Loading…
Cancel
Save