mirror of
https://github.com/jazzband/django-discover-jenkins.git
synced 2026-05-15 02:55:02 +00:00
8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
/*jshint unused:true */
|
|
|
|
function toggle() {
|
|
var unused, x = true;
|
|
if (x) {
|
|
x = false;
|
|
}
|
|
}
|