Add new js build folder

This commit is contained in:
Abdullah Almsaeed 2015-11-04 13:51:53 -05:00
parent bf136b493f
commit 17dce579b0
2 changed files with 19 additions and 0 deletions

8
build/js/AdminLTE.js Normal file
View file

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

11
build/js/treeview.js Normal file
View file

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