~bcsaller/juju-gui/charmFind

« back to all changes in this revision

Viewing changes to lib/d3/src/core/selection-datum.js

  • Committer: kapil.foss at gmail
  • Date: 2012-07-13 18:45:59 UTC
  • Revision ID: kapil.foss@gmail.com-20120713184559-2xl7be17egsrz0c9
reshape

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
d3_selectionPrototype.datum =
2
 
d3_selectionPrototype.map = function(value) {
3
 
  return arguments.length < 1
4
 
      ? this.property("__data__")
5
 
      : this.property("__data__", value);
6
 
};