Plugin Directory

Changeset 1374431


Ignore:
Timestamp:
03/19/2016 08:38:19 AM (10 years ago)
Author:
k00ni
Message:

correct small error in JS test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fixed-menu-anchor/trunk/js-tests/unit-tests.js

    r1368514 r1374431  
    9595    testFrontendVariablesValues : function()
    9696    {
    97         unitjs.should.equal(true, 0 < fixedMenuAnchorMaximumViewportWidth);
     97        unitjs.should.equal(true, 0 <= fixedMenuAnchorMaximumViewportWidth);
    9898
    9999        return '.';
Note: See TracChangeset for help on using the changeset viewer.