Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rjs_json_form
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
Boris Kocherov
rjs_json_form
Commits
9d7adfd1
Commit
9d7adfd1
authored
Feb 21, 2019
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jslint fix
parent
992fc6f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
jsonform.gadget.js
jsonform.gadget.js
+5
-6
No files found.
jsonform.gadget.js
View file @
9d7adfd1
/*jslint nomen: true, maxlen: 200, indent: 2, maxerr: 100*/
/*jslint nomen: true, maxlen: 200, indent: 2, maxerr: 100*/
/*global window, document, URL, rJS, RSVP, jIO,
tv4,
Blob */
/*global window, document, URL, rJS, RSVP, jIO, Blob */
(
function
(
window
,
document
,
Blob
,
rJS
,
RSVP
,
jIO
)
{
(
function
(
window
,
document
,
Blob
,
rJS
,
RSVP
,
jIO
)
{
"
use strict
"
;
"
use strict
"
;
...
@@ -676,14 +676,13 @@
...
@@ -676,14 +676,13 @@
kk
=
decodeJsonPointer
(
key_list
[
ii
]);
kk
=
decodeJsonPointer
(
key_list
[
ii
]);
if
(
ii
===
key_list
.
length
-
1
)
{
if
(
ii
===
key_list
.
length
-
1
)
{
return
d
[
kk
];
return
d
[
kk
];
}
else
{
}
if
(
!
d
.
hasOwnProperty
(
kk
))
{
if
(
!
d
.
hasOwnProperty
(
kk
))
{
return
;
return
;
}
}
d
=
d
[
kk
];
d
=
d
[
kk
];
}
}
}
}
}
rJS
(
window
)
rJS
(
window
)
.
ready
(
function
()
{
.
ready
(
function
()
{
...
...
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