Skip to content

Commit bc912db

Browse files
committed
declare diffview var, fixes gh-21 and gh-22
1 parent fa1b366 commit bc912db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The views and conclusions contained in the software and documentation are those
2727
authors and should not be interpreted as representing official policies, either expressed
2828
or implied, of Chas Emerick.
2929
*/
30-
diffview = {
30+
var diffview = {
3131
/**
3232
* Builds and returns a visual diff view. The single parameter, `params', should contain
3333
* the following values:

0 commit comments

Comments
 (0)