Explorar el Código

fix for panel repetition

Jaume Sanchez hace 9 años
padre
commit
8d0759e8a6
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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';