You can jump to the latest bin by adding /latest to your URL
/latest
// editors editor.onKeyEvent: (keydown) controls.key >> panels.lints.change.delay panels.diff.change.delay panels.live.update.delay editor.onFocus: controls.autocomplete.close (focus changed) controls.update controls.search editor.onChange: editor.totalLineCount (editors populated) (live panel opened) panels.live.update (code changed onece) panels.change >> panels.diff.update panels.lints.update editor.onCursorActivity: editor.setActiveLine controls.search.highlight panels.cursor.update panels.hint.update editor.onScroll: controls.autocomplete.close panels.lints.change.delay panels.diff.change.delay panels.live.update.delay // controls controls.key: this.search (html) editor.closeTag (not mobile) this.autocomplete >> this.zenCoding controls[remote-access]: this.key >> (not happen) panels.key >> (not happen) editor.triggerOnKeyDown controls.search: (find in repo) datas.focus contorls.autocomplete: panels.hint.update (changed option) panels.hint.update // datas datas.setup: (support pushState) (not popstate trigger) history.pushState (data) editors.populate controls.libraries.reset (code change or no data data) panels.diff.clear panels.lints.clear (preview panel opened) panels.draw >> (live panel opened) panels.live.update panels.lints.update panels.change >> editors.ready this.update datas[popstate]: datas.focus >> this.setup >> datas[actions]: editors.scrollTo this.unready this.focus >> this.setup >> datas.focus: this.repo.focus.change editors.focus // panels panels.draw: this.views.render (show preview) this.preview.render (show live) this.live.render (show js or css or html) lints.change diff.change controls.update panels.key: (action) action.call (not happen and no trigger) controls.key >> panels.revert: (confirm) controls.libraries.reset editors.populate this.cursor.reset this.change >> panels.title: this.share.update this.tinycon.update panels.change: this.reverts.update (reverted or onload) this.diff.update this.lints.update this.title.update >> datas.change //app app.ready: panels.share.init datas.focus >> (not mobile) editor.focus panels.draw >> panels.change >>
Help About×
×