• lastunusedusername2@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    12
    ·
    10 months ago

    It looks like it’s just assigning the scope variable m to true (also false in the m=!1 case.

    It’s minified code and m=!0 is fewer characters than m=true.

  • relevants@feddit.de
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    10 months ago

    It’s not code anyone is supposed to read or work with, this is the result of minifying it to be as short as possible. And from a quick glance what’s happening is that a variable is set to correspond with whether the cursor is currently over a certain element. Not sure what’s funny about this?