DefinitelyTyped/snapsvg
Harold 0eeca7cdf4 .g and .group arguments are optional in snapsvg
Per these docs:
http://snapsvg.io/docs/#Paper.g

The parameters to these functions are optional. This change stops the
TypeScript compiler complaining when you call them with no arguments.

Also, the return type of `g` and `group` should match (they are
aliases); and `any` has the benefit over `Object` here of allowing code
like `s.g().attr({id: "x"});`
2015-01-16 16:26:53 -07:00
..
snapsvg-tests.ts Rename snapsvgtests.ts to snapsvg-tests.ts 2014-11-26 22:03:06 +01:00
snapsvg.d.ts .g and .group arguments are optional in snapsvg 2015-01-16 16:26:53 -07:00