Compare commits

...

3 Commits

Author SHA1 Message Date
javi
20480d6279 dist files 2013-11-20 08:29:13 +01:00
javi
d2b7dcecac updated version 2013-11-20 08:29:03 +01:00
javi
068c55eff4 fixed #22 2013-11-20 08:28:52 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -1081,7 +1081,7 @@ exports.Profiler = Profiler;
fields: queryData.fields
});
}
}, { parseJSON: true });
}, { parseJSON: true, no_cdn: true });
});
},

View File

@ -373,7 +373,7 @@
fields: queryData.fields
});
}
}, { parseJSON: true });
}, { parseJSON: true, no_cdn: true });
});
},

View File

@ -1,6 +1,6 @@
{
"name": "torque.js",
"version": "2.1.00",
"version": "2.1.01",
"description": "Torque javascript library",
"repository": {
"type": "git",