[OpenLayers-Commits] r12133 - trunk/openlayers/lib/OpenLayers

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Jun 30 01:15:02 EDT 2011


Author: tschaub
Date: 2011-06-29 22:15:02 -0700 (Wed, 29 Jun 2011)
New Revision: 12133

Modified:
   trunk/openlayers/lib/OpenLayers/BaseTypes.js
Log:
Redundant namespaces (doc change).

Modified: trunk/openlayers/lib/OpenLayers/BaseTypes.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/BaseTypes.js	2011-06-29 23:30:24 UTC (rev 12132)
+++ trunk/openlayers/lib/OpenLayers/BaseTypes.js	2011-06-30 05:15:02 UTC (rev 12133)
@@ -153,20 +153,20 @@
     },
 
     /**
-     * Property: OpenLayers.String.tokenRegEx
+     * Property: tokenRegEx
      * Used to find tokens in a string.
      * Examples: ${a}, ${a.b.c}, ${a-b}, ${5}
      */
     tokenRegEx:  /\$\{([\w.]+?)\}/g,
     
     /**
-     * Property: OpenLayers.String.numberRegEx
+     * Property: numberRegEx
      * Used to test strings as numbers.
      */
     numberRegEx: /^([+-]?)(?=\d|\.\d)\d*(\.\d*)?([Ee]([+-]?\d+))?$/,
     
     /**
-     * APIFunction: OpenLayers.String.isNumeric
+     * APIFunction: isNumeric
      * Determine whether a string contains only a numeric value.
      *
      * Examples:



More information about the Commits mailing list