File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 182
182
var synchronous = ( settings . async ? false : true ) ;
183
183
184
184
// we continue the chain with a job
185
- var chainable = this . getFactory ( ) . job ( this . getCluster ( ) , "import" ) ;
185
+ var chainable = this . getFactory ( ) . job ( this . getCluster ( ) , { } ) ;
186
186
187
187
// fire off import and job queue checking
188
188
return this . subchain ( chainable ) . then ( function ( ) {
Original file line number Diff line number Diff line change 147
147
var synchronous = ( settings . async ? false : true ) ;
148
148
149
149
// we continue the chain with a job
150
- var chainable = this . getFactory ( ) . job ( this . getCluster ( ) , "import" ) ;
150
+ var chainable = this . getFactory ( ) . job ( this . getCluster ( ) , { } ) ;
151
151
152
152
// fire off import and job queue checking
153
153
return this . subchain ( chainable ) . then ( function ( ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitanajs" ,
3
- "version" : " 1.0.316 " ,
3
+ "version" : " 1.0.317 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git://github.com/gitana/gitana-javascript-driver.git"
You can’t perform that action at this time.
0 commit comments