Irene Ros
Irene Ros
... to which the codeMirror elements will be attached. Right now goes for parent element of the code container. Could be anywhere else on the page I suppose.
Is there a way to extract all properties that match a certain regex (NOT the values?) For example: ``` json { "x_a" : 12, "x_b" : 14, "x_c" : 45...
Backbone will resort the collection every time you add a model! This becomes incredibly inefficient. Move the comparator setting once the search collection is built and then perform the sort...
libs contains dependencies for the project test should have a vendor folder where the qunit libs and all their dependencies live. Combining them makes it difficult for the user to...