Skip to content

Commit cfcc6b4

Browse files
committed
Merge pull request #18 from coderaiser/patch-1
Removed unused variable that
2 parents 283c1bc + 9e3c561 commit cfcc6b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

github.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@
406406

407407
Github.Gist = function(options) {
408408
var id = options.id;
409-
var that = this;
410409
var gistPath = "/gists/"+id;
411410

412411
// Read the gist

0 commit comments

Comments
 (0)