Detect-It-Easy/db/MACH/WebKit.4.sg
2014-06-28 17:42:58 +02:00

13 lines
No EOL
238 B
Text

// DIE's signature file
init("library","WebKit");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MACH.isLibraryPresent("WebKit"))
{
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}