JS push down: improvements + tests

This commit is contained in:
Kirill.Safonov
2009-11-12 14:18:28 +03:00
parent 53d02b7e77
commit be473e27d9
@@ -28,6 +28,11 @@ import com.intellij.refactoring.lang.ElementsHandler;
public class PushDownAction extends BaseRefactoringAction {
public PushDownAction() {
setInjectedContext(true);
}
public boolean isAvailableInEditorOnly() {
return false;
}