Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
gem
capsuledb
Commits
f97e6470
Commit
f97e6470
authored
Feb 15, 2012
by
Bertrand NÉRON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove recent-items which come with couchapp as example
parent
2191d7fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
src/couchapp/secreton/views/recent-items/map.js
src/couchapp/secreton/views/recent-items/map.js
+0
-11
No files found.
src/couchapp/secreton/views/recent-items/map.js
deleted
100644 → 0
View file @
2191d7fe
function
(
doc
)
{
if
(
doc
.
created_at
)
{
var
p
=
doc
.
profile
||
{};
emit
(
doc
.
created_at
,
{
message
:
doc
.
message
,
gravatar_url
:
p
.
gravatar_url
,
nickname
:
p
.
nickname
,
name
:
doc
.
name
});
}
};
\ No newline at end of file
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