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/CryptoJS.js
Normal file
7
WebKit/scripts/lib/CryptoJS.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
define([
|
||||
"lib/vendor/hmac-sha256"
|
||||
],
|
||||
|
||||
function() {
|
||||
return CryptoJS;
|
||||
});
|
Reference in a new issue