~robbyoconnor/sahana-eden/trunk

« back to all changes in this revision

Viewing changes to static/scripts/gis/openlayers/lib/OpenLayers/Format/SLD.js

  • Committer: Robert O'Connor
  • Date: 2011-04-22 07:40:01 UTC
  • mfrom: (1617.1.476 eden)
  • Revision ID: robby.oconnor@gmail.com-20110422074001-132b6j8xxobdw2i9
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2006-2010 by OpenLayers Contributors (see authors.txt for 
 
1
/* Copyright (c) 2006-2011 by OpenLayers Contributors (see authors.txt for 
2
2
 * full list of contributors). Published under the Clear BSD license.  
3
3
 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
4
4
 * full text of the license. */
58
58
     * options - {Object} An optional object whose properties will be set on
59
59
     *     this instance.
60
60
     */
61
 
    initialize: function(options) {
62
 
        OpenLayers.Format.XML.prototype.initialize.apply(this, [options]);
63
 
    },
64
61
 
65
62
    /**
66
63
     * APIMethod: write