diff --git a/js/edit.js b/js/edit.js
index cb6e751..92f585a 100644
--- a/js/edit.js
+++ b/js/edit.js
@@ -389,6 +389,7 @@ function loadMissingEditors (callback) {
   missingEditors = _.uniq(missingEditors);
   if (missingEditors.length === 0) {
     callback();
+    return;
   }
 
   // @todo Simplify this once https://drupal.org/node/1533366 lands.
