Browse Source

Clean up.

Mr.doob 6 years ago
parent
commit
abc70b7808
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/js/Strings.js

+ 1 - 1
editor/js/Strings.js

@@ -120,6 +120,6 @@ var Strings = function ( config ) {
 
 
 		}
 		}
 
 
-	}
+	};
 
 
 };
 };