Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eigenlab
Leaflet.FormBuilder
Commits
e5e2cc43
Commit
e5e2cc43
authored
Apr 11, 2015
by
Yohan Boniface
Browse files
Call obj.fire('synced') when it exists
parent
ae7eb5aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Leaflet.FormBuilder.js
View file @
e5e2cc43
...
...
@@ -63,6 +63,7 @@ L.FormBuilder = L.Class.extend({
this
.
options
.
callback
.
call
(
this
.
options
.
callbackContext
||
this
.
obj
,
field
);
}
this
.
fire
(
'
synced
'
,
{
field
:
field
});
if
(
this
.
obj
.
fire
)
this
.
obj
.
fire
(
'
synced
'
,
{
field
:
field
});
},
this
);
// L.DomEvent.on(input, 'keydown', function (e) {
// var key = e.keyCode,
...
...
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