1. #1
    Sencha User
    Join Date
    Jan 2010
    Posts
    255
    Vote Rating
    16
    existdissolve will become famous soon enough

      0  

    Default Small Bug in forEachValueCS()

    Small Bug in forEachValueCS()


    In sencha-io-debug.js (most recent version), there are two typos in forEachValueCS() that cause the following error:


    Code:
    Uncaught TypeError: Object function () {
                        return this.constructor.apply(this, arguments);
                    } has no method 'wraning'

    [Lines 6071 & 6072)


    I believe the syntax should be Ext.cf.util.Logger.warn.


    In looking back at previous versions, I believe it was present there as well.

  2. #2
    Sencha - IO Dev Team
    Join Date
    Apr 2010
    Posts
    107
    Vote Rating
    -1
    merrells is an unknown quantity at this point

      0  

    Default


    Ouch. Yes, that's not right. Thanks!

    John