Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vvoody- authored Jun 28, 2018
1 parent 05d3e16 commit 76bd58f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/AjaxSelect/Entities/AbstractEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ public function done() {
if (/*$this->isDirty && */$control) { // TODO: set dirty = TRUE on value change
/** @var \Nette\Application\UI\Presenter $presenter */
$presenter = $control->lookup(\Nette\Application\UI\Presenter::class, FALSE);
bd($presenter);
if ($presenter) {
$getItemsSignal = $this->config[AjaxSelect\DI\AjaxSelectExtension::CONFIG_GET_ITEMS_SIGNAL_NAME];
$controlValue = $control->getValue();
Expand Down

0 comments on commit 76bd58f

Please sign in to comment.