07e89aebd40aced0b9f8f0eec0dae892e48dcda9 jcasper Wed Jan 9 14:29:51 2019 -0800 Adding missing copyright statement to hgTracks.js diff --git src/hg/js/hgTracks.js src/hg/js/hgTracks.js index eea3356..d300f4e 100644 --- src/hg/js/hgTracks.js +++ src/hg/js/hgTracks.js @@ -1,16 +1,18 @@ -// Javascript for use in hgTracks CGI +// hgTracks.js - Javascript for use in hgTracks CGI + +// Copyright (C) 2008 The Regents of the University of California // "use strict"; // Don't complain about line break before '||' etc: /* jshint -W014 */ var debug = false; /* Data passed in from CGI via the hgTracks object: * * string cgiVersion // CGI_VERSION * string chromName // current chromosome * int winStart // genomic start coordinate (0-based, half-open) * int winEnd // genomic end coordinate * int newWinWidth // new width (in bps) if user clicks on the top ruler