Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
20480d6279 | ||
|
d2b7dcecac | ||
|
068c55eff4 |
2
dist/torque.uncompressed.js
vendored
2
dist/torque.uncompressed.js
vendored
@ -1081,7 +1081,7 @@ exports.Profiler = Profiler;
|
||||
fields: queryData.fields
|
||||
});
|
||||
}
|
||||
}, { parseJSON: true });
|
||||
}, { parseJSON: true, no_cdn: true });
|
||||
});
|
||||
},
|
||||
|
||||
|
@ -373,7 +373,7 @@
|
||||
fields: queryData.fields
|
||||
});
|
||||
}
|
||||
}, { parseJSON: true });
|
||||
}, { parseJSON: true, no_cdn: true });
|
||||
});
|
||||
},
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "torque.js",
|
||||
"version": "2.1.00",
|
||||
"version": "2.1.01",
|
||||
"description": "Torque javascript library",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user