const EXTJS_ADAPTER_PROTOTYPE = 'prototype';
const EXTJS_ADAPTER_YUI = 'yui';
// jQuery Core version that is shipped with TYPO3
- const JQUERY_VERSION_LATEST = '1.8.0';
+ const JQUERY_VERSION_LATEST = '1.8.2';
// jQuery namespace options
const JQUERY_NAMESPACE_NONE = 'none';
const JQUERY_NAMESPACE_DEFAULT = 'jQuery';