mirror of
https://github.com/jazzband/django-discover-jenkins.git
synced 2026-05-14 18:43:18 +00:00
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
function toggle() {
|
|
"use strict";
|
|
var unused, x = true;
|
|
if (x && y) {
|
|
x = false;
|
|
}
|
|
}
|