first initial
This commit is contained in:
22
public/assets/js/demo1/pages/components/maps/jvectormap.js
Normal file
22
public/assets/js/demo1/pages/components/maps/jvectormap.js
Normal file
@@ -0,0 +1,22 @@
|
||||
"use strict";
|
||||
|
||||
// Class definition
|
||||
var KTjVectorMap = function() {
|
||||
|
||||
// Private functions
|
||||
|
||||
var demo1 = function() {
|
||||
}
|
||||
|
||||
return {
|
||||
// public functions
|
||||
init: function() {
|
||||
// default charts
|
||||
demo1();
|
||||
}
|
||||
};
|
||||
}();
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
KTjVectorMap.init();
|
||||
});
|
||||
Reference in New Issue
Block a user