Mutation callback (#444)

* modification observer initials

* add debouncer to callback execution

* change feature name

* update

* code improvements

* tslint fixes

* use debouncer from utils

* add types

* upgrade

* fix

* update
This commit is contained in:
Murod Khaydarov 2018-09-05 00:34:11 +03:00 committed by GitHub
commit 7acf321454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 176 additions and 38 deletions

View file

@ -226,6 +226,9 @@
},
onReady: function(){
saveButton.click();
},
onChange: function() {
console.log('something changed');
}
});