Browse Source

comments removed

Daniel 9 years ago
parent
commit
6fa1eb7645
1 changed files with 0 additions and 3 deletions
  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 );