Snap.Element has an id property

This commit is contained in:
Ralf Kruse
2015-05-10 02:24:05 +02:00
parent 52444b5afa
commit bfcc6ddbc0

View File

@@ -131,6 +131,7 @@ declare module Snap {
getSubpath(from:number,to:number):string;
getTotalLength():number;
hasClass(value:string):boolean;
id:string;
inAnim():Object;
innerSVG():string;
insertAfter(el:Snap.Element):Snap.Element;