This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*global ActiveXObject*/ | |
/** | |
* Provides Cross Browser Plugin Detection for Quicktime, Flash, Windows Media, Acrobat, Java, etc... or whatever you extend it to. Modified version of http://www.knallgrau.at/code/plugin_js version 0.5 | |
* @author https://github.com/JamieMason | |
* @constructor | |
*/ | |
function PluginSniffer() | |
{ | |
var self = this; // Reference this instance, whatever it might be called instead of Plugin |
NewerOlder