restructuring of the whole code basis
This commit is contained in:
parent
2efbbd1d0a
commit
d99ff86520
60 changed files with 14404 additions and 2490 deletions
7
WebKit/scripts/lib/URI.js
Normal file
7
WebKit/scripts/lib/URI.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
define([
|
||||
"lib/vendor/URI.min"
|
||||
],
|
||||
|
||||
function() {
|
||||
return URI;
|
||||
})
|
Reference in a new issue