ДействиеСценарий / Говнокод #3883 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
private function updateIssueView () : void
{
	if (_issue != null)
	{
		if(_issue["issue"]["wfAreaCd"] == "REFERRAL_COMMODITIES")
		{
			if (editComm != null) editComm.setIssue(_issue);
			else callLater(updateIssueView);
		}
		else
		{
			if (editGffx != null) editGffx.setIssue(_issue);
			else callLater(updateIssueView);
		}
	}
}

А ну создайся! Создавайся, я кому сказал! :D

Запостил: dimas_art dimas_art, (Updated )

Комментарии (1) RSS

  • кажется там не хватает ветки else:
    if (_issue != null) { ... }
    else callLater(updateIssueView);
    Ответить

Добавить комментарий

Помни, guest, за тобой могут следить!

    А не использовать ли нам bbcode?


    8