Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yjs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sweng-group-15
yjs
Commits
579fd524
Commit
579fd524
authored
9 years ago
by
Kevin Jahns
Browse files
Options
Downloads
Patches
Plain Diff
publish v0.7.3
parent
8cfc9d41
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.vscode/launch.json
+1
-1
1 addition, 1 deletion
.vscode/launch.json
dist
+1
-1
1 addition, 1 deletion
dist
package.json
+2
-2
2 additions, 2 deletions
package.json
src/Transaction.js
+1
-0
1 addition, 0 deletions
src/Transaction.js
with
5 additions
and
4 deletions
.vscode/launch.json
+
1
−
1
View file @
579fd524
...
...
@@ -7,7 +7,7 @@
"request"
:
"launch"
,
"program"
:
"node_modules/gulp/bin/gulp.js"
,
"stopOnEntry"
:
false
,
"args"
:
[
"
t
es
t
"
],
"args"
:
[
"
dev:exampl
es"
],
"cwd"
:
"."
,
"runtimeExecutable"
:
null
,
"runtimeArgs"
:
[
...
...
This diff is collapsed.
Click to expand it.
dist
@
4cb0f2b5
Compare
ab6a193e
...
4cb0f2b5
Subproject commit
ab6a193ec6ec799bdb77fa23eeec1f05d5b910d6
Subproject commit
4cb0f2b5b9293b521db173f01263e6f9d1a8e6d1
This diff is collapsed.
Click to expand it.
package.json
+
2
−
2
View file @
579fd524
{
"name"
:
"yjs"
,
"version"
:
"0.7.
1
"
,
"version"
:
"0.7.
3
"
,
"description"
:
"A framework for real-time p2p shared editing on arbitrary complex data types"
,
"main"
:
"y.js"
,
"main"
:
"
./src/
y.js"
,
"scripts"
:
{
"test"
:
"node --harmony ./node_modules/.bin/gulp test"
,
"lint"
:
"./node_modules/.bin/standard"
...
...
This diff is collapsed.
Click to expand it.
src/Transaction.js
+
1
−
0
View file @
579fd524
...
...
@@ -397,6 +397,7 @@ module.exports = function (Y/* :any */) {
if
(
i
.
right
==
null
)
{
break
}
else
{
ids
.
push
(
i
.
id
)
i
=
yield
*
this
.
getOperation
(
i
.
right
)
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment