Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Oops. missed the console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Nov 15, 2009
1 parent 1855c25 commit 7595795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/MooEditable/MooEditable.js
Expand Up @@ -477,7 +477,6 @@ this.MooEditable = new Class({
for (i=0; i<length; i++){
var childNode = el.childNodes[i];
var nodeName = childNode.nodeName;
console.log(nodeName);
if (!nodeName.test(blockEls) && nodeName !== '#comment'){
if (nodeName === '#text'){
if (childNode.nodeValue.trim()){
Expand Down

2 comments on commit 7595795

@ryanmitchell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks for all the commits. I'm sure it was hard going through them all as there were so many. Really appreciate it.

@orefalo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats for all the changes Ryan,

Cheeaun thanks for the commits, was looking at Ryan's changes just yesterday. You saved me a couple of hours...

Please sign in to comment.