backbone-for-react
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -8,3 +8,2 @@ 'use strict'; | ||
var Promise = require('promise-polyfill'); | ||
var $ = require('jquery'); | ||
@@ -387,3 +386,4 @@ var ReactBackbone = _.clone(OriginalBackbone); | ||
options.data = paramify(params, true); | ||
// ajax supports an object for data | ||
options.data = params; | ||
return oldCollection.prototype.fetch.call(this, options); | ||
@@ -390,0 +390,0 @@ }, |
{ | ||
"name": "backbone-for-react", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "An extension of Backbone that is better suited for use in React", | ||
@@ -26,3 +26,2 @@ "main": "index.js", | ||
"backbone": "^1.2.3", | ||
"jquery": "^2.1.4", | ||
"jsog": "^1.0.7", | ||
@@ -29,0 +28,0 @@ "moment": "^2.10.6", |
5
20967
- Removedjquery@^2.1.4
- Removedjquery@2.2.4(transitive)