removing redundant attributes check.

This commit is contained in:
Jeremy Ashkenas
2012-01-17 14:13:18 -05:00
parent 0dedb05093
commit b5875ac64c

View File

@@ -302,7 +302,7 @@
}
options = options ? _.clone(options) : {};
if (attrs && !this.set(attrs, options)) return false;
if (!this.set(attrs, options)) return false;
var model = this;
var success = options.success;
options.success = function(resp, status, xhr) {