Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
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
Eugene Shen
todomvc
Commits
22c7ca15
Commit
22c7ca15
authored
Aug 23, 2014
by
TasteBot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update the build files for gh-pages [ci skip]
parent
264a0553
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.html
index.html
+1
-1
labs/architecture-examples/componentjs/readme.md
labs/architecture-examples/componentjs/readme.md
+2
-2
labs/architecture-examples/ractive/js/persistence.js
labs/architecture-examples/ractive/js/persistence.js
+1
-1
No files found.
index.html
View file @
22c7ca15
This diff is collapsed.
Click to expand it.
labs/architecture-examples/componentjs/readme.md
View file @
22c7ca15
...
...
@@ -39,7 +39,7 @@ This ComponentJS TodoMVC Example uses the following libraries and frameworks
## Hints about the ComponentJS TodoMVC Example
This ComponentJS TodoMVC Example tries to
closely follow the official
[
TodoMVC App Specification
](
https://github.com/tastejs/todomvc/blob/
gh-pages
/app-spec.md
)
closely follow the official
[
TodoMVC App Specification
](
https://github.com/tastejs/todomvc/blob/
master
/app-spec.md
)
as long as there are no conflicting ComponentJS best practices.
The known resolved conflicts were:
...
...
@@ -121,5 +121,5 @@ Here are some links you may find helpful:
For more details about the TodoMVC initiative and the idea behind the TodoMVC applications see:
*
[
TodoMVC Initiative
](
https://todomvc.com/
)
*
[
App Specification
](
https://github.com/tastejs/todomvc/blob/
gh-pages
/app-spec.md
)
*
[
App Specification
](
https://github.com/tastejs/todomvc/blob/
master
/app-spec.md
)
labs/architecture-examples/ractive/js/persistence.js
View file @
22c7ca15
...
...
@@ -21,7 +21,7 @@
items
=
JSON
.
parse
(
localStorage
.
getItem
(
'
todos-ractive
'
))
||
[];
// Editing state should not be persisted, so we remove it
// (https://github.com/tastejs/todomvc/blob/
gh-pages
/app-spec.md#persistence)
// (https://github.com/tastejs/todomvc/blob/
master
/app-spec.md#persistence)
removeEditingState
=
function
(
item
)
{
return
{
description
:
item
.
description
,
...
...
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