#120: replace ["..."] with dot notation in JS
--------------------------+-------------------------------------------------
  Reporter:  christoph    |       Owner:  mapbender_dev@lists.osgeo.org
      Type:  refactoring  |      Status:  new                          
  Priority:  major        |   Milestone:  2.5 release                  
 Component:  core         |     Version:                               
Resolution:               |    Keywords:                               
--------------------------+-------------------------------------------------
Comment (by marcjansen):

 I've got some questions:

  1. What is meant by !["..."]-syntax vs. dot-syntax?[[BR]]
  {{{anyObject.newProperty = "new value";}}} [[BR]]
  instead of[[BR]]
  {{{anyObject["newProperty"] = "new value"}}} [[BR]][[BR]]
  2. Which toJSONString is meant?[[BR]]
  {{{anyObject.toJSONString();}}}[[BR]]
  or the (at least planned)[[BR]]
  {{{toJSONString(anyObject);}}}

-- 
Ticket URL: <http://trac.osgeo.org/mapbender/ticket/120#comment:1>
Mapbender <http://www.mapbender.org/>
Mapbender
_______________________________________________
Mapbender_dev mailing list
Mapbender_dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapbender_dev

Reply via email to