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
0a22d703
Commit
0a22d703
authored
Mar 01, 2015
by
Sindre Sorhus
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1181 from josephfinlayson/patch-1
Correct spelling/grammar mistake
parents
c3c83045
da86b20c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/vanillajs/js/controller.js
examples/vanillajs/js/controller.js
+1
-1
No files found.
examples/vanillajs/js/controller.js
View file @
0a22d703
...
@@ -193,7 +193,7 @@
...
@@ -193,7 +193,7 @@
};
};
/**
/**
* Will toggle ALL checkboxe
's
on/off state and completeness of models.
* Will toggle ALL checkboxe
s'
on/off state and completeness of models.
* Just pass in the event object.
* Just pass in the event object.
*/
*/
Controller
.
prototype
.
toggleAll
=
function
(
completed
)
{
Controller
.
prototype
.
toggleAll
=
function
(
completed
)
{
...
...
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