Skip to content

Commit d194b11

Browse files
authored
Merge pull request #1 from cemerick/master
declare diffview var, fixes cemerickgh-21 and cemerickgh-22
2 parents ce74529 + f728d45 commit d194b11

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)