Sfoglia il codice sorgente

Add new js build folder

Abdullah Almsaeed 9 anni fa
parent
commit
17dce579b0
2 ha cambiato i file con 19 aggiunte e 0 eliminazioni
  1. 8 0
      build/js/AdminLTE.js
  2. 11 0
      build/js/treeview.js

+ 8 - 0
build/js/AdminLTE.js

@@ -0,0 +1,8 @@
+(function ($) {
+  "use strict";
+  class treeview {
+    _do() {
+      alert("Good");
+    }
+  }
+})(jQuery);

+ 11 - 0
build/js/treeview.js

@@ -0,0 +1,11 @@
+/**
+ * Treeview.js
+ * Version 1.0
+ * Author  Abdullah Almsaeed
+ * Website Almsaeed Studio <https://almsaeedstudio.com>
+ */
+
+(function($){
+  "use strict";
+
+})(jQuery);