From b09e9c9b3c9b8d3a729eb0d1eb88aa24ea144b8a Mon Sep 17 00:00:00 2001 From: Ruben Almeida Date: Thu, 26 Jan 2017 21:21:42 +0100 Subject: [PATCH] Add namespace Add a namespace to allow storing the colorpicker into "namespace" instead "window". --- javascript_implementation/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/javascript_implementation/index.html b/javascript_implementation/index.html index 719df8c..ca0d62e 100644 --- a/javascript_implementation/index.html +++ b/javascript_implementation/index.html @@ -1,3 +1,4 @@ + @@ -23,6 +24,9 @@ Calling the colorPicker on all inputs with the calssName 'color':
jsColorPi
 	
 

+