ClemDelp
Results
2
comments of
ClemDelp
Hi Ondras, Thank you for your fast answer, Yes it's the second case, i'm using Backbone and i have a collection of nodes. All the collection's models have an id-father...
Thank you, with this three functions i can now get the item by it ID : MM.Map.prototype.getItemById = function(id){ var nodes = MM.getItemsCollection(); return nodes[id]; } MM.getItemsCollection = function(){ var...