Skip to content

Commit f728d45

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffview.js

+1-1
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)