mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 13:34:59 -05:00
Release script: _tracMilestone -> tracMilestone
This commit is contained in:
@@ -151,7 +151,7 @@ module.exports = function( Release ) {
|
||||
* Release._tracMilestone();
|
||||
* // => 1.11.1/2.1.1
|
||||
*/
|
||||
_tracMilestone: function() {
|
||||
tracMilestone: function() {
|
||||
var otherVersion,
|
||||
m = Release.newVersion.split( "." ),
|
||||
major = m[0] | 0,
|
||||
|
||||
Reference in New Issue
Block a user