ruby-json-2.1.0+dfsg.orig/ 0000755 0001750 0001750 00000000000 13113111601 014662 5 ustar boutil boutil ruby-json-2.1.0+dfsg.orig/data/ 0000755 0001750 0001750 00000000000 13113111601 015573 5 ustar boutil boutil ruby-json-2.1.0+dfsg.orig/data/prototype.js 0000644 0001750 0001750 00000362350 13113111601 020207 0 ustar boutil boutil /* Prototype JavaScript framework, version 1.6.0 * (c) 2005-2007 Sam Stephenson * * Prototype is freely distributable under the terms of an MIT-style license. * For details, see the Prototype web site: http://www.prototypejs.org/ * *--------------------------------------------------------------------------*/ var Prototype = { Version: '1.6.0', Browser: { IE: !!(window.attachEvent && !window.opera), Opera: !!window.opera, WebKit: navigator.userAgent.indexOf('AppleWebKit/') > -1, Gecko: navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('KHTML') == -1, MobileSafari: !!navigator.userAgent.match(/Apple.*Mobile.*Safari/) }, BrowserFeatures: { XPath: !!document.evaluate, ElementExtensions: !!window.HTMLElement, SpecificElementExtensions: document.createElement('div').__proto__ && document.createElement('div').__proto__ !== document.createElement('form').__proto__ }, ScriptFragment: '