Last modified: 2014-02-12 23:47:30 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T43570, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 41570 - tokenQuery[tokenType].done is not a function
tokenQuery[tokenType].done is not a function
Status: RESOLVED FIXED
Product: MobileFrontend
Classification: Unclassified
beta (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-31 01:02 UTC by Max Semenik
Modified: 2014-02-12 23:47 UTC (History)
10 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Max Semenik 2012-10-31 01:02:51 UTC
function getToken( tokenType, callback ) {
   var data;
   if ( !isLoggedIn() ) {
      callback( {} ); // return no token
   } else if ( tokenQuery[ tokenType ] ) {
      tokenQuery[ tokenType ].done( callback ); <-- here
   } else { 


Beta, logged in, seen on https://en.m.wikipedia.org/wiki/User%20talk:Albert%20Garney,%20CPO?debug=true
Comment 1 Jon 2012-10-31 18:37:41 UTC
I'm not sure why or how this could happen.

I've been unable to replicate it myself.
Please could you write a list of steps to replicate this?
Comment 2 Jon 2012-10-31 19:16:30 UTC
I can now replicate this in desktop Firefox when logged in to beta,
Comment 3 Jon 2012-10-31 19:30:29 UTC
https://gerrit.wikimedia.org/r/31068

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links