Skip to content

Commit 11e0e54

Browse files
committed
Fix to instantiation of archive export results, bump
1 parent f2c5465 commit 11e0e54

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gitana",
33
"description": "Gitana JavaScript Driver for Cloud CMS",
4-
"version": "1.0.313",
4+
"version": "1.0.315",
55
"main": "dist/gitana.js",
66
"license": "Apache-2.0",
77
"keywords": [

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitana",
3-
"version": "1.0.313",
3+
"version": "1.0.315",
44
"main": [
55
"dist/gitana.js"
66
],

js/gitana/ContainedDataStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
var published = settings.published;
125125

126126
// we continue the chain with a job
127-
var chainable = this.getFactory().job(this.getCluster(), "export");
127+
var chainable = this.getFactory().job(this.getCluster(), {});
128128

129129
// fire off import and job queue checking
130130
return this.subchain(chainable).then(function() {

js/gitana/platform/AbstractPlatformObject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
var published = settings.published;
9090

9191
// we continue the chain with a job
92-
var chainable = this.getFactory().job(this.getCluster(), "export");
92+
var chainable = this.getFactory().job(this.getCluster(), {});
9393

9494
// fire off import and job queue checking
9595
return this.subchain(chainable).then(function() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitanajs",
3-
"version": "1.0.314",
3+
"version": "1.0.316",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/gitana/gitana-javascript-driver.git"

0 commit comments

Comments
 (0)