Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Prepare for editor.save becoming async #64

Merged
merged 4 commits into from
Jun 16, 2017
Merged

Prepare for editor.save becoming async #64

merged 4 commits into from
Jun 16, 2017

Commits on Jun 15, 2017

  1. Prepare for editor.save becoming async

    Fixes #63
    
    This fix should be both backcompatible and forwardcompatible, as returning something that's not a promise from a promise callback will resolve immediately, whereas returning a promise will wait for the promise, so it should do the right thing whether save is sync or async.
    rictic committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    e2090c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6bb6b8 View commit details
    Browse the repository at this point in the history
  3. Disable testing beta atom

    rictic committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    89a6107 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05e5f5e View commit details
    Browse the repository at this point in the history