@@ -36,13 +36,13 @@ |
||
| 36 | 36 | 'jconfirm' => Jaxon\Dialogs\JQueryConfirm\JQueryConfirmLibrary::class, |
| 37 | 37 | ]; |
| 38 | 38 | $jaxon = jaxon(); |
| 39 | - foreach($aLibraries as $sName => $sClass) |
|
| 39 | + foreach ($aLibraries as $sName => $sClass) |
|
| 40 | 40 | { |
| 41 | 41 | try |
| 42 | 42 | { |
| 43 | 43 | $jaxon->dialog()->registerLibrary($sClass, $sName); |
| 44 | 44 | } |
| 45 | - catch(SetupException $e){} |
|
| 45 | + catch (SetupException $e) {} |
|
| 46 | 46 | } |
| 47 | 47 | // Register the template dir into the template renderer |
| 48 | 48 | $jaxon->template()->addNamespace('jaxon::dialogs', dirname(__DIR__) . '/templates'); |
@@ -41,8 +41,7 @@ |
||
| 41 | 41 | try |
| 42 | 42 | { |
| 43 | 43 | $jaxon->dialog()->registerLibrary($sClass, $sName); |
| 44 | - } |
|
| 45 | - catch(SetupException $e){} |
|
| 44 | + } catch(SetupException $e){} |
|
| 46 | 45 | } |
| 47 | 46 | // Register the template dir into the template renderer |
| 48 | 47 | $jaxon->template()->addNamespace('jaxon::dialogs', dirname(__DIR__) . '/templates'); |