Fix code style

This commit is contained in:
Fedor A. Fetisov 2018-03-20 02:20:16 +03:00
parent 5f2aab1501
commit 25a4a3db40

View File

@ -442,7 +442,7 @@ var Mibew = Mibew || {};
check.url = url; check.url = url;
check.onload = function() { check.onload = function() {
this.popup.open(this.url); this.popup.open(this.url);
} };
check.onerror = function() { check.onerror = function() {
this.popup.close(); this.popup.close();
}; };