Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2990341

Browse files
committedMay 30, 2015
Merge pull request hpneo#423 from ahmadsoe/title-control
Add title options to control
2 parents e6cb4f3 + bc88736 commit 2990341

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎lib/gmaps.controls.js

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ GMaps.prototype.createControl = function(options) {
1616
if (options.id) {
1717
control.id = options.id;
1818
}
19+
20+
if (options.title) {
21+
control.title = options.title;
22+
}
1923

2024
if (options.classes) {
2125
control.className = options.classes;

0 commit comments

Comments
 (0)
Please sign in to comment.