mirror of https://github.com/ColorlibHQ/AdminLTE
Add new js build folder
parent
bf136b493f
commit
17dce579b0
|
@ -0,0 +1,8 @@
|
|||
(function ($) {
|
||||
"use strict";
|
||||
class treeview {
|
||||
_do() {
|
||||
alert("Good");
|
||||
}
|
||||
}
|
||||
})(jQuery);
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* Treeview.js
|
||||
* Version 1.0
|
||||
* Author Abdullah Almsaeed
|
||||
* Website Almsaeed Studio <https://almsaeedstudio.com>
|
||||
*/
|
||||
|
||||
(function($){
|
||||
"use strict";
|
||||
|
||||
})(jQuery);
|
Loading…
Reference in New Issue