Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jio-main
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Hardik Juneja
jio-main
Commits
cd88465d
Commit
cd88465d
authored
Aug 22, 2013
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sub storage creation bug fixed
parent
28c4fcbb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/jio/features/jobMaker.js
src/jio/features/jobMaker.js
+1
-3
No files found.
src/jio/features/jobMaker.js
View file @
cd88465d
...
@@ -58,9 +58,7 @@ function enableJobMaker(jio, shared, options) {
...
@@ -58,9 +58,7 @@ function enableJobMaker(jio, shared, options) {
shared
.
emit
(
'
jobNotify
'
,
param
,
arguments
);
shared
.
emit
(
'
jobNotify
'
,
param
,
arguments
);
};
};
param
.
command
.
storage
=
function
()
{
param
.
command
.
storage
=
function
()
{
if
(
param
.
state
===
'
running
'
)
{
return
shared
.
createRestApi
.
apply
(
null
,
arguments
);
shared
.
createRestApi
.
apply
(
null
,
arguments
);
}
};
};
param
.
modified
=
new
Date
();
param
.
modified
=
new
Date
();
shared
.
emit
(
'
job
'
,
param
);
shared
.
emit
(
'
job
'
,
param
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment