소스 검색

fix for panel repetition

Jaume Sanchez 9 년 전
부모
커밋
8d0759e8a6
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      examples/index.html

+ 3 - 3
examples/index.html

@@ -283,9 +283,9 @@
 		var container = document.createElement( 'div' );
 		content.appendChild( container );
 
-		var panel = document.createElement( 'div' );
-		panel.className = 'action-panel';
-		document.body.appendChild( panel );
+		var actionPanel = document.createElement( 'div' );
+		actionPanel.className = 'action-panel';
+		document.body.appendChild( actionPanel );
 
 		var button = document.createElement( 'div' );
 		button.className = 'action-button';