Skip to content

Commit

Permalink
Исправлена опечатка в названии строкового js объекта
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirocow committed Oct 17, 2014
1 parent 547821a commit 88f71e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mirocow/yandexmaps/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ public function generateMap(Map $map, $var = null)
$objects .= ".add($_object)\n";
}

} elseif(is_string($_object)) {
$js .= "$_object;\n";
} elseif(is_string($object)) {
$js .= "$object;\n";
}
}
}
Expand Down

0 comments on commit 88f71e9

Please sign in to comment.