Skip to content

Instantly share code, notes, and snippets.

@sylvain-hamel
Created April 7, 2015 13:30
Show Gist options
  • Save sylvain-hamel/8e1175d5bfc0e9df0259 to your computer and use it in GitHub Desktop.
Save sylvain-hamel/8e1175d5bfc0e9df0259 to your computer and use it in GitHub Desktop.

this:

someting
.then(function(){
});

is turned into:

someting
  .then(function(){
  });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment