Changeset 10 for Common/Application.php


Ignore:
Timestamp:
Apr 7, 2020, 8:52:35 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Improved code formatting.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/Application.php

    r9 r10  
    1212  function DoOnChange()
    1313  {
    14     foreach($this->OnChange as $Callback)
     14    foreach ($this->OnChange as $Callback)
    1515    {
    1616      call_user_func($Callback);
Note: See TracChangeset for help on using the changeset viewer.