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
acc2473e
Commit
acc2473e
authored
Dec 20, 2013
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revisionstorage.tests.js jslinted
parent
ef537ed4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
test/jio.storage/revisionstorage.tests.js
test/jio.storage/revisionstorage.tests.js
+1
-5
No files found.
test/jio.storage/revisionstorage.tests.js
View file @
acc2473e
...
...
@@ -1673,7 +1673,7 @@
test
(
"
Scenario
"
,
function
()
{
var
shared
=
{},
jio
,
jio2
,
jio_local
;
var
shared
=
{},
jio
,
jio2
;
shared
.
workspace1
=
{};
shared
.
workspace2
=
{};
...
...
@@ -1691,10 +1691,6 @@
"
workspace
"
:
shared
.
workspace1
});
jio_local
=
jIO
.
createJIO
(
shared
.
local_storage_description
,
{
"
workspace
"
:
shared
.
workspace1
});
stop
();
// new application
...
...
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