浏览代码

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 ) {
 	signals.refreshScriptEditor.add( function ( object, script, cursorPosition ) {
 
 
-		// Check if editor is being displayed
-		//...
-
 		if ( currentScript !== script ) return;
 		if ( currentScript !== script ) return;
 
 
 		title.setValue( object.name + ' / ' + script.name );
 		title.setValue( object.name + ' / ' + script.name );