Changeset 10978 in josm for trunk


Ignore:
Timestamp:
2016-09-09T00:28:26+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #13597 - No such function prettifyValue in OpeningHourTest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/OpeningHourTest.java

    r10212 r10978  
    6767                        "  } catch (err) {" +
    6868                        "    return {" +
     69                        "      prettifyValue: function() {return null;}," +
    6970                        "      getWarnings: function() {return [];}," +
    7071                        "      getErrors: function() {return [err.toString()]}" +
Note: See TracChangeset for help on using the changeset viewer.