if (!$current.is(newView.$el)) {
                // Places newView after the current view.
                newView.$el.insertAfter($current);

                // And detaches the view.