Skip to content

Commit 324e16a

Browse files
committed
Fix global declaration of paths variable
1 parent fddf90f commit 324e16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

observable-slim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* understood as possible. Minifies down to roughly 3000 characters.
1313
*/
1414
var ObservableSlim = (function() {
15-
paths = [];
15+
var paths = [];
1616
// An array that stores all of the observables created through the public create() method below.
1717
var observables = [];
1818
// An array of all the objects that we have assigned Proxies to

0 commit comments

Comments
 (0)