We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddf90f commit 324e16aCopy full SHA for 324e16a
observable-slim.js
@@ -12,7 +12,7 @@
12
* understood as possible. Minifies down to roughly 3000 characters.
13
*/
14
var ObservableSlim = (function() {
15
- paths = [];
+ var paths = [];
16
// An array that stores all of the observables created through the public create() method below.
17
var observables = [];
18
// An array of all the objects that we have assigned Proxies to
0 commit comments