]> git.openstreetmap.org Git - rails.git/commitdiff
Add a note that the OSB client side js library has been adapted from the original
authorKai Krueger <kakrueger@gmail.com>
Fri, 22 Apr 2011 17:20:10 +0000 (11:20 -0600)
committerKai Krueger <kakrueger@gmail.com>
Fri, 22 Apr 2011 17:20:10 +0000 (11:20 -0600)
public/javascripts/openstreetbugs.js

index 66f55a035fa5bf9958a722f2484f089464f42c9d..378c2ce323cba80db0b9def2398d7db4f1fd57b1 100644 (file)
@@ -15,6 +15,8 @@
  * Even though the OpenStreetBugs API originally does not intend this, you can create multiple instances of this Layer and add them to different maps (or to one single map for whatever crazy reason) without problems.
 */
 
+/** This version has been adapted from the original javascript library to fit the openstreetmap rails_port implementation */
+
 OpenLayers.Layer.OpenStreetBugs = new OpenLayers.Class(OpenLayers.Layer.Markers, {
        /**
         * The URL of the OpenStreetBugs API.