Skip to content

Commit 386dd66

Browse files
committed
Console.log lines removed
1 parent cd3e3b3 commit 386dd66

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

dist/uxrocket.treelist.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
_this.onDestroy();
137137
})
138138
.on(events.expanded, '.uxr-treelist-header', function() {
139-
console.log(this);
140139
_this.onBranchExpanded(this);
141140
})
142141
.on(events.collapsed, '.uxr-treelist-header', function() {

dist/uxrocket.treelist.min.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*! UX Rocket Treelist
22
* Tree view in tables
33
* @author Bilal Cinarli <[email protected]> (https://github.com/bcinarli)
4-
* @version 0.1.0
5-
* @build Thu Sep 17 2015 22:31:46 GMT+0300 (EEST)
4+
* @version 0.2.0
5+
* @build Thu Oct 01 2015 14:21:53 GMT+0300 (EEST)
66
*/
77
.uxr-treelist-content td:first-child,.uxr-treelist-content th:first-child{padding-left:1em}.uxr-treelist-collapsed{display:none}.uxr-treelist-toggle{cursor:pointer}

dist/uxrocket.treelist.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/uxrocket.treelist.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
_this.onDestroy();
137137
})
138138
.on(events.expanded, '.uxr-treelist-header', function() {
139-
console.log(this);
140139
_this.onBranchExpanded(this);
141140
})
142141
.on(events.collapsed, '.uxr-treelist-header', function() {

0 commit comments

Comments
 (0)