update default position to match leafdoc

(indirectly fixes zoom control, which no longer has it's own default)
This commit is contained in:
S. Andrew Sheppard 2016-04-08 14:33:49 -05:00
parent b74cf171f8
commit 8258a3e3e7

View File

@ -13,7 +13,7 @@ L.Control = L.Class.extend({
// @option position: String = 'topleft'
// The position of the control (one of the map corners). Possible values are `'topleft'`,
// `'topright'`, `'bottomleft'` or `'bottomright'`
position: 'topright'
position: 'topleft'
},
initialize: function (options) {