更新 tiles-view.js

This commit is contained in:
钟进 2020-07-11 04:28:41 +00:00
parent 1581942e13
commit 95ca1e9ad6

View File

@ -34,7 +34,7 @@ module.exports = View.extend({
render: function () { render: function () {
this.$el.html( this.$el.html(
template({ template({
limits: Sanitize.html('Some tiles might not be rendering correctly.') limits: Sanitize.html('某些地图瓦片可能无法正确渲染.')
}) })
); );