update 234879955
This commit is contained in:
0
core/js/functions.js
Normal file
0
core/js/functions.js
Normal file
4
core/js/main.js
Normal file
4
core/js/main.js
Normal file
@@ -0,0 +1,4 @@
|
||||
(function(){
|
||||
|
||||
|
||||
})();
|
||||
26
core/js/pages/_temp.js
Normal file
26
core/js/pages/_temp.js
Normal file
@@ -0,0 +1,26 @@
|
||||
define([], function() {
|
||||
|
||||
|
||||
function init(myapp,afsconfig){
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
return init;
|
||||
});
|
||||
|
||||
|
||||
|
||||
(function(factory) {
|
||||
var root = typeof self == 'object' && self.self === self && self || typeof global == 'object' && global.global === global && global;
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define([],function() {return factory(); });
|
||||
} else if (typeof exports !== 'undefined') {
|
||||
module.exports = factory();
|
||||
} else {
|
||||
root.AFSPayments = factory();// browser global.
|
||||
}
|
||||
})(function() {
|
||||
return {}
|
||||
});// !!!END!!!
|
||||
17
core/js/pages/index.js
Normal file
17
core/js/pages/index.js
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
define([], function() {
|
||||
function init(app){
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
return init;
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user