Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Commit

Permalink
Merge branch '1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Nov 28, 2017
2 parents fc57c52 + 2473e42 commit 7711a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GoogleMapField.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function Field($properties = array()) {
),
);

$jsOptions = array_replace_recursive($this->options, $jsOptions);
$jsOptions = array_replace_recursive($jsOptions, $this->options);
$this->setAttribute('data-settings', Convert::array2json($jsOptions));
$this->requireDependencies();
return parent::Field($properties);
Expand Down

0 comments on commit 7711a1c

Please sign in to comment.