Skip to content
Permalink
Browse files
Release script: _tracMilestone -> tracMilestone
  • Loading branch information
timmywil committed Dec 21, 2013
1 parent e0fad09 commit 23db994
Showing 1 changed file with 1 addition and 1 deletion.
@@ -152,7 +152,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,

0 comments on commit 23db994

Please sign in to comment.