Upgrade origin-src to google transit feed 1.2.6
[bus.git] / origin-src / svgcheck.vbs
1 ' Copyright 1999-2000 Adobe Systems Inc. All rights reserved. Permission to redistribute
2 ' granted provided that this file is not modified in any way. This file is provided with
3 ' absolutely no warranties of any kind.
4 Function isSVGControlInstalled()
5 on error resume next
6 isSVGControlInstalled = IsObject(CreateObject("Adobe.SVGCtl"))
7 end Function
8