mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00

If you're reading this commit history, please avert your eyes. 3 commits to fix this admittedly simple problem is more than my pride can handle. The `gun.Back()` function was only searching for `opt`, not `opt.file`. It would stop at the first mention of `opt` even if it didn't have settings for `file`. Now it won't.