Fix: Performance improvement for the every() methods. Rather than a new API instance being excplicitly created for every item, use the exisiting instance as the basis for the selector.

- The item selector returns a new instance, so there is no impact upon
  compatiblity
This commit is contained in:
Allan Jardine
2015-10-06 12:05:19 +01:00
parent 2d0ad42749
commit dd5ddd46a0
3 changed files with 4 additions and 3 deletions

View File

@@ -1 +1 @@
936f043bb97fc0c949759064c03d24bb8fccbc05
de61014af48ec511ce3b384209f4d8c709f091a0