meteor-reactive-window icon indicating copy to clipboard operation
meteor-reactive-window copied to clipboard

ReferenceError: Can't find variable: debug

Open kjetilge opened this issue 9 years ago • 2 comments

This error (visible in Safari console) makes a lot of things stop working:

[Error] ReferenceError: Can't find variable: debug
    (anonym funksjon) (gadicohen_reactive-window.js:142)
    fire (jquery.js:3169)
    fireWith (jquery.js:3281)
    ready (jquery.js:3493)
    completed (jquery.js:3524)

This seems to be the offending line of code:

debug.warn('reactive-window: no MutationObserver, won\'t notice scrollbars');                 // 100

kjetilge avatar Mar 24 '16 13:03 kjetilge

It seems this error is fixed on the github version now.

kjetilge avatar Mar 24 '16 14:03 kjetilge

Now, in stead I get: reactive-window: no MutationObserver, won't notice scrollbars Could this be related to an other error I get in Chrome?: 'Object.observe' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/6147094632988672 for more details.

kjetilge avatar Mar 24 '16 14:03 kjetilge