link-to-parent.js 131 B

1234
  1. /*Maps current topic to its parent: "topicIndex:parentIndex". -1 represents the map.*/
  2. define(function () {
  3. return {0:-1,1:-1};
  4. });