r88150 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88149‎ | r88150 | r88151 >
Date:10:57, 15 May 2011
Author:catrope
Status:ok (Comments)
Tags:
Comment:
Remove debugging code introduced in r88115
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.autoEllipsis.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.autoEllipsis.js
@@ -78,7 +78,6 @@
7979 if ( options.tooltip ) {
8080 $container.attr( 'title', text );
8181 }
82 - console.log("YAY CACHE HIT");
8382 return;
8483 }
8584 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88115(bug 28978) jquery.autoEllipsis cache doesn't take position into account, lea...catrope17:56, 14 May 2011

Comments

#Comment by Hashar (talk | contribs)   11:56, 15 May 2011

maybe the ressourceLoader could just strips the console.log() stuff :)

Marking ok.

Status & tagging log