This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-audio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update view.js
dds
Frank Bösing
4 years ago
parent
4a2c98eaaa
commit
cac8726c77
1 changed files
with
0 additions
and
2 deletions
Split View
Show Diff Stats
+0
-2
gui/red/ui/view.js
+ 0
- 2
gui/red/ui/view.js
View File
@@ -1513,8 +1513,6 @@ RED.view = (function() {
}
}
function conflict(a) { alert(a); }
function doSort (arr) {
arr.sort(function (a, b) {
var nameA = a.name ? a.name : a.id;
Write
Preview
Loading…
Cancel
Save