Skip to content

Commit

Permalink
Update reste.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkneen committed Jul 21, 2022
1 parent 51bfdc1 commit e81ff2d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions reste.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ function main() {
name: header,
value: headers[header] });


}
};

Expand All @@ -218,7 +217,6 @@ function main() {
name: Object.keys(header)[0],
value: header[Object.keys(header)[0]] });


}
};

Expand Down Expand Up @@ -303,7 +301,6 @@ function main() {
beforePost: args.beforePost,
beforeSend: args.beforeSend },


onLoad, onError);
} else {
var m;
Expand Down Expand Up @@ -332,7 +329,6 @@ function main() {
beforePost: args.beforePost,
beforeSend: args.beforeSend },


onLoad, onError);
}
}
Expand Down Expand Up @@ -409,7 +405,6 @@ function main() {
return this.__transform;
} });


if (args.collections) {
args.collections.forEach((collection) => {
Alloy.Collections[collection.name] = Alloy.Collections[collection.name] || new Backbone.Collection();
Expand Down Expand Up @@ -546,7 +541,6 @@ function main() {
reste[modelConfig.create]({
body },


(e) => {

if (e.code > 200) {
Expand Down

0 comments on commit e81ff2d

Please sign in to comment.