Skip to content
This repository was archived by the owner on May 17, 2018. It is now read-only.
This repository was archived by the owner on May 17, 2018. It is now read-only.

Potential bug in _makeFullCollection #55

@ileto

Description

@ileto

var fullCollection = new (Backbone.Collection.extend(proto))(models, options);

  for (i = 0, length = properties.length; i < length; i++) {
    prop = properties[i];
    if (this[prop] !== thisProto[prop]) {
      fullCollection[prop] = prop; // WHY set the literal prop ?
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions