comment suspicious code
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 7 Mar 2013 09:14:39 +0000 (10:14 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 7 Mar 2013 09:14:39 +0000 (10:14 +0100)
plugins/static/js/simplelist.js

index 58c656a..7bbe910 100644 (file)
@@ -15,8 +15,8 @@
            return this.each(function(){
                var $this = $(this);
                var data = $this.data('SimpleList');
-               console.log("data" + data);
-//             looks like $this.attr('title') in undefined..
+//             console.log("data" + data);
+//             looks like $this.attr('title') is undefined..
 //             console.log('iterating in simplelist.init with data='+data+' and title='+$this.attr('title'));
                /* create an empty DOM object */                
                var SimpleList = $('<div />', { text : $this.attr('title') });