Skip to content

Commit

Permalink
Some API documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorix committed Dec 25, 2012
1 parent 0d6013d commit dd6e03d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions lib/FeaturePopups.js
Expand Up @@ -1629,7 +1629,7 @@ OpenLayers.Control.FeaturePopups.Layer = OpenLayers.Class({

/**
* Property: listenFeatures
* {Boolean} nternal use to optimize performance, true if <eventListeners>
* {Boolean} internal use to optimize performance, true if <eventListeners>
* contains a "featureschanged" event.
*/
listenFeatures: false,
Expand All @@ -1653,9 +1653,9 @@ OpenLayers.Control.FeaturePopups.Layer = OpenLayers.Class({
listContext: null,

/**
* Property: safeSelection
* {Boolean} Internal use to optimize performance, true if
* <FeaturePopups.mode> contains
* APIProperty: safeSelection
* {Boolean} Read only, true if the control costructor argument in the
* <FeaturePopups.mode> have set
* <OpenLayers.Control.FeaturePopups.SAFE_SELECTION>.
*/
safeSelection: false,
Expand Down Expand Up @@ -1992,7 +1992,7 @@ OpenLayers.Control.FeaturePopups.Layer = OpenLayers.Class({
},

/**
* Method: destroy
* APIMethod: destroy
*/
destroy: function() {
this.deactivate();
Expand All @@ -2001,7 +2001,7 @@ OpenLayers.Control.FeaturePopups.Layer = OpenLayers.Class({
},

/**
* Method: activate
* APIMethod: activate
*/
activate: function() {
if (!this.active && this.layer.map) {
Expand All @@ -2015,7 +2015,7 @@ OpenLayers.Control.FeaturePopups.Layer = OpenLayers.Class({
},

/**
* Method: deactivate
* APIMethod: deactivate
*/
deactivate: function() {
if (this.active) {
Expand All @@ -2028,7 +2028,8 @@ OpenLayers.Control.FeaturePopups.Layer = OpenLayers.Class({
},

/**
* Method: clear
* APIMethod: clear
* Clear selection stored if <safeSelection> is true.
*/
clear: function() {
if (this.active) {
Expand Down

0 comments on commit dd6e03d

Please sign in to comment.