@@ -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($){