| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -175,7 +175,7 @@ function fn2(data) { | |||
| 175 | 175 | assert.equal(data, 'data', 'should not be null err argument'); | |
| 176 | 176 | } | |
| 177 | 177 | ||
| 178 | - var bound = d.intercept(fn2); | ||
| 178 | + bound = d.intercept(fn2); | ||
| 179 | 179 | bound(null, 'data'); | |
| 180 | 180 | ||
| 181 | 181 | // intercepted should never pass first argument to callback | |
| Back | FazBrowse Home | New Git URL |
0 commit comments