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
5a50c92f
Commit
5a50c92f
authored
Dec 31, 2013
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revisionstorage.js add check/repair stub
parent
8ba94b53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
src/jio.storage/revisionstorage.js
src/jio.storage/revisionstorage.js
+12
-1
No files found.
src/jio.storage/revisionstorage.js
View file @
5a50c92f
/*jslint indent: 2, maxlen: 80, nomen: true */
/*jslint indent: 2, maxlen: 80, nomen: true */
/*global jIO, hex_sha256,
setTimeout,
define */
/*global jIO, hex_sha256, define */
/**
/**
* JIO Revision Storage.
* JIO Revision Storage.
...
@@ -1048,6 +1048,17 @@
...
@@ -1048,6 +1048,17 @@
functions
.
success
();
functions
.
success
();
});
});
};
};
// XXX
that
.
check
=
function
(
command
)
{
command
.
success
();
};
// XXX
that
.
repair
=
function
(
command
)
{
command
.
success
();
};
});
// end RevisionStorage
});
// end RevisionStorage
}));
}));
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