Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit ef011f6c
authored
2025-01-09 10:58:01 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
typo
1 parent
eb9ed4e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/src/carbone.js
static/src/carbone.js
View file @
ef011f6
...
@@ -61,7 +61,7 @@ function buscarEje() {
...
@@ -61,7 +61,7 @@ function buscarEje() {
// Verificar si el string existe como clave en el objeto
// Verificar si el string existe como clave en el objeto
if
(
objeto
.
hasOwnProperty
(
valor
))
{
if
(
objeto
.
hasOwnProperty
(
valor
))
{
return
objeto
[
cadena
];
// Devolver el contenido si existe
return
objeto
[
valor
];
// Devolver el contenido si existe
}
else
{
}
else
{
return
stringPorDefecto
;
// Devolver el string por defecto si no existe
return
stringPorDefecto
;
// Devolver el string por defecto si no existe
}
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment