Finish @yohanboniface's job by replacing more 🍂s with @s

This commit is contained in:
Iván Sánchez Ortega 2016-04-02 20:50:27 +02:00
parent 0bed05d537
commit a4a72ccb17
2 changed files with 49 additions and 49 deletions

View File

@ -3,58 +3,58 @@ This file just defines the order of the classes in the docs.
🍂class Map @class Map
🍂class Marker @class Marker
🍂class Popup @class Popup
🍂class TileLayer @class TileLayer
🍂class TileLayer.WMS @class TileLayer.WMS
🍂class ImageOverlay @class ImageOverlay
🍂class Path @class Path
🍂class Polyline @class Polyline
🍂class Polygon @class Polygon
🍂class Rectangle @class Rectangle
🍂class Circle @class Circle
🍂class CircleMarker @class CircleMarker
🍂class SVG @class SVG
🍂class Canvas @class Canvas
🍂class LayerGroup @class LayerGroup
🍂class FeatureGroup @class FeatureGroup
🍂class GeoJSON @class GeoJSON
🍂class GridLayer @class GridLayer
🍂class LatLng @class LatLng
🍂class LatLngBounds @class LatLngBounds
🍂class Point @class Point
🍂class Bounds @class Bounds
🍂class Icon @class Icon
🍂class DivIcon @class DivIcon
🍂class Control.Zoom @class Control.Zoom
🍂class Control.Attribution @class Control.Attribution
🍂class Control.Layers @class Control.Layers
🍂class Control.Scale @class Control.Scale
🍂class Browser @class Browser
🍂class Util @class Util
🍂class Transformation @class Transformation
🍂class LineUtil @class LineUtil
🍂class PolyUtil @class PolyUtil
🍂class DomEvent @class DomEvent
🍂class DomUtil @class DomUtil
🍂class PosAnimation @class PosAnimation
🍂class Draggable @class Draggable
🍂class Class @class Class
🍂class Evented @class Evented
🍂class Layer @class Layer
🍂class Control @class Control
🍂class Handler @class Handler
🍂class Projection @class Projection
🍂class CRS @class CRS
🍂class Renderer @class Renderer
🍂class Event objects @class Event objects

View File

@ -2,7 +2,7 @@ Miscellaneous bits of documentation that don't really fit anywhere else
🍂namespace Global Switches @namespace Global Switches
Global switches are created for rare cases and generally make Global switches are created for rare cases and generally make
Leaflet to not detect a particular browser feature even if it's Leaflet to not detect a particular browser feature even if it's
@ -20,7 +20,7 @@ before including Leaflet on the page, like this:
| `L_DISABLE_3D` | Forces Leaflet to not use hardware-accelerated CSS 3D transforms for positioning (which may cause glitches in some rare environments) even if they're supported. | | `L_DISABLE_3D` | Forces Leaflet to not use hardware-accelerated CSS 3D transforms for positioning (which may cause glitches in some rare environments) even if they're supported. |
🍂namespace noConflict @namespace noConflict
This method restores the `L` global variable to the original value This method restores the `L` global variable to the original value
it had before Leaflet inclusion, and returns the real Leaflet it had before Leaflet inclusion, and returns the real Leaflet
@ -40,7 +40,7 @@ var Leaflet = L.noConflict();
``` ```
🍂namespace version @namespace version
A constant that represents the Leaflet version in use. A constant that represents the Leaflet version in use.