Explorar el Código

Changes in Constants

@soyjavi hace 14 años
padre
commit
281497d337
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/Lungo.Constants.js

+ 3 - 1
src/Lungo.Constants.js

@@ -17,6 +17,8 @@ LUNGO.Constants = {
     };
 
     CLASSES = {
-        ACTIVE: 'active'
+        ACTIVE: 'active',
+        SHOW: 'show',
+        HIDE: 'hide'
     };
 };