googlearchive / observe-js

A library for observing Arrays, Objects and PathValues
1.35k stars 116 forks source link

Error: PathObserver is not defined #96

Open danieleliberti opened 9 years ago

danieleliberti commented 9 years ago

The bug occurs in Firefox and Safari. In chrome everything works correctly.

jmesserly commented 9 years ago

any more info? The object is exported here: https://github.com/Polymer/observe-js/blob/master/src/observe.js#L1706

it's just a plain JS library, and the tests work on all of those browsers... I guess something is wrong with your setup, but not sure what based on that.