projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
214ff28
)
Update to latest Leaflet-hash plugin
author
Tom Hughes
<tom@compton.nu>
Mon, 18 Nov 2013 17:36:09 +0000
(17:36 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 18 Nov 2013 17:43:46 +0000
(17:43 +0000)
vendor/assets/leaflet/leaflet.hash.js
patch
|
blob
|
history
diff --git
a/vendor/assets/leaflet/leaflet.hash.js
b/vendor/assets/leaflet/leaflet.hash.js
index 26bb8abf688bb9b26cf63452dd529c93e5325de4..70a100777d4e78fe3f52dd759ce003d937bce345 100644
(file)
--- a/
vendor/assets/leaflet/leaflet.hash.js
+++ b/
vendor/assets/leaflet/leaflet.hash.js
@@
-65,7
+65,7
@@
}
},
- remove
: function(
) {
+ remove
From: function(map
) {
if (this.changeTimeout) {
clearTimeout(this.changeTimeout);
}
@@
-157,6
+157,6
@@
this._hash = L.hash(this);
};
L.Map.prototype.removeHash = function() {
- this._hash.remove();
+ this._hash.remove
From
();
};
})(window);