Skip to content

Commit

Permalink
Merge pull request #593 from feons/ALOY-1162
Browse files Browse the repository at this point in the history
[ALOY-1162] - Backbone 1.1.2 : <model/property> sample returning unexpected data for model attributes
  • Loading branch information
skypanther committed Oct 21, 2014
2 parents b109a66 + b5ace72 commit ba6a3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alloy/lib/alloy/sync/properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Sync(method, model, opts) {
var resp = null;

if (method === 'read') {
if (opts.parse) {
if (model instanceof Backbone.Collection) {
// is collection
var list = [];
_.each(TAP.listProperties(), function(prop) {
Expand Down

0 comments on commit ba6a3fa

Please sign in to comment.