ソースを参照

comments removed

Daniel 9 年 前
コミット
6fa1eb7645
1 ファイル変更0 行追加3 行削除
  1. 0 3
      editor/js/Script.js

+ 0 - 3
editor/js/Script.js

@@ -422,9 +422,6 @@ var Script = function ( editor ) {
 
 	signals.refreshScriptEditor.add( function ( object, script, cursorPosition ) {
 
-		// Check if editor is being displayed
-		//...
-
 		if ( currentScript !== script ) return;
 
 		title.setValue( object.name + ' / ' + script.name );