Subversion Repositories JSX

Compare Revisions

Last modification

Ignore whitespace Rev 623 → Rev 624

/trunk/engine.js
2,7 → 2,7
* <title>Script Engine Detection Library</title>
* @file $Id$
*
* @author (C) 2004, 2013 <a href="mailto:js@PointedEars.de">Thomas Lahn</a>
* @author (C) 2004, 2015 <a href="mailto:js@PointedEars.de">Thomas Lahn</a>
*
* @partof PointedEars' JavaScript Extensions (JSX)
*
20,6 → 20,9
* along with JSX. If not, see <http://www.gnu.org/licenses/>.
*/
 
/* Use Object constructor for backwards compatibility */
/*jshint -W010*/
 
if (typeof jsx == "undefined")
{
/**
360,4 → 363,4
}
_EngineInfo.prototype.toString = _EngineInfo_prototype_toString;
 
jsx.engine.EngineInfo = _EngineInfo;
jsx.engine.EngineInfo = _EngineInfo;