mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-18 04:36:01 +01:00
Removed deprecated notations
This commit is contained in:
parent
9bd1cc2748
commit
5dbf4aa3a5
@ -39,43 +39,6 @@ var mappings = {
|
||||
'swfobject/{version}/swfobject.': resources.swfobject,
|
||||
'webfont/{version}/webfont.': resources.webfont,
|
||||
|
||||
// Basic Shorthand Notations [Deprecated]
|
||||
'dojo/1/dojo/dojo.': {
|
||||
'path': 'resources/dojo/1.6.1/dojo/dojo.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
'jquery/1/jquery.': {
|
||||
'path': 'resources/jquery/1.11.1/jquery.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
'jqueryui/1/jquery-ui.js': {
|
||||
'path': 'resources/jqueryui/1.10.4/jquery-ui.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
'jqueryui/1/jquery-ui.min.js': {
|
||||
'path': 'resources/jqueryui/1.10.4/jquery-ui.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
'mootools/1/mootools-yui-compressed.': {
|
||||
'path': 'resources/mootools/1.1.2/mootools-yui-compressed.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
'prototype/1/prototype.': {
|
||||
'path': 'resources/prototype/1.7.1.0/prototype.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
'scriptaculous/1/scriptaculous.': {
|
||||
'path': 'resources/scriptaculous/1.9.0/scriptaculous.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
'swfobject/2/swfobject.': {
|
||||
'path': 'resources/swfobject/2.2/swfobject.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
'webfont/1/webfont.': {
|
||||
'path': 'resources/webfont/1.5.18/webfont.jsm',
|
||||
'type': 'application/javascript'
|
||||
}
|
||||
}
|
||||
},
|
||||
// Microsoft Ajax CDN
|
||||
|
Loading…
Reference in New Issue
Block a user