From fe8e7a8d48ad9118d3af2fef965e8ddc154facd2 Mon Sep 17 00:00:00 2001 From: wout Date: Mon, 1 Jul 2013 21:07:28 +0100 Subject: SVG.Set are fabulous --- README.md | 2 +- Rakefile | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d21f55..f63b81b 100644 --- a/README.md +++ b/README.md @@ -959,7 +959,7 @@ set.add(rect).add(circle) set.fill('#ff0') ``` -A quite useful caracteristic of sets is tha ability to accept multiple elemetns at once: +Quite a useful caracteristic of sets is the ability to accept multiple elements at once: ```javascript set.add(rect, circle) diff --git a/Rakefile b/Rakefile index 1554af5..dae3710 100644 --- a/Rakefile +++ b/Rakefile @@ -6,6 +6,7 @@ MODULES = %w[ svg regex default color number viewbox bbox rbox element container # how many bytes in a "kilobyte" KILO = 1024 +# define default task task :default => :dist # module-aware file task diff --git a/package.json b/package.json index f7cb3ca..af89bfc 100644 --- a/package.json +++ b/package.json @@ -34,4 +34,4 @@ } ] , "github": "https://github.com/wout/svg.js" -} \ No newline at end of file +} -- cgit v1.2.3