mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
forgot to cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
197fcf3829
commit
8009e55246
@ -340,10 +340,6 @@ function CSSClassToggler(elem, classes, callback_a, callback_b){
|
||||
: classes_set
|
||||
classes = typeof(classes) == typeof('str') ? ['none', classes] : classes
|
||||
|
||||
if(classes == null){
|
||||
console.log('!!!!!!')
|
||||
}
|
||||
|
||||
// remove the dot from class names...
|
||||
// NOTE: this is here because I've made the error of including a
|
||||
// leading "." almost every time I use this after I forget
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user