Skip to content
Snippets Groups Projects
shorthands.js 1.23 KiB
Newer Older
/**
 * Shorthands
 * Belongs to Decentraleyes.
 *
 * @author      Thomas Rientjes
 * @since       2018-02-24
 * @license     MPL 2.0
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/.
 */

'use strict';

/**
 * Shorthands
 */

var shorthands = {

    // jQuery CDN [Deprecated]
    'code.jquery.com': {
        'resources/jquery/1.7/jquery.min.js.dec': {
            'path': 'resources/jquery/1.7.0/jquery.min.js.dec',
            'version': '1.7.0'
        },
        'resources/jquery/1.6/jquery.min.js.dec': {
            'path': 'resources/jquery/1.6.0/jquery.min.js.dec',
            'version': '1.6.0'
        },
        'resources/jquery/1.5/jquery.min.js.dec': {
            'path': 'resources/jquery/1.5.0/jquery.min.js.dec',
            'version': '1.5.0'
        },
        'resources/jquery/1.4/jquery.min.js.dec': {
            'path': 'resources/jquery/1.4.0/jquery.min.js.dec',
            'version': '1.4.0'
        },
        'resources/jquery/1.3/jquery.min.js.dec': {
            'path': 'resources/jquery/1.3.0/jquery.min.js.dec',
            'version': '1.3.0'
        }
    }
};