function attachSaveHandler()

in src/main/resources/SLING-INF/etc/clientlibs/repl/script.js [57:63]


        function attachSaveHandler() {
            if (isWriteable) {
                editor.session.on('change', debounce(function () {
                    that.saveChanges();
                }), 500);
            }
        }