Browse Source

fix for panel repetition

Jaume Sanchez 9 years ago
parent
commit
8d0759e8a6
1 changed files with 3 additions and 3 deletions
  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';