1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/9bc22ec1a815/ Changeset: 9bc22ec1a815 User: carlfeberhard Date: 2015-02-04 14:42:59+00:00 Summary: UI, client build: sync underscore version in grunt file and libs at 1.7.0 Affected #: 3 files diff -r 334ae138b7b66dbaa95292213aab86ccc08efcae -r 9bc22ec1a8156fe640fd049399cb39c8755eef73 client/GruntFile.js --- a/client/GruntFile.js +++ b/client/GruntFile.js @@ -72,7 +72,7 @@ "traceKit": [ "tracekit.js", "tracekit.js" ], "ravenjs": [ "dist/raven.js", "raven.js" ], - //"underscore": [ "underscore.js", "underscore.js" ], + "underscore": [ "underscore.js", "underscore.js" ], //"backbone": [ "backbone.js", "backbone/backbone.js" ], "handlebars": [ "handlebars.runtime.js", "handlebars.runtime.js" ] diff -r 334ae138b7b66dbaa95292213aab86ccc08efcae -r 9bc22ec1a8156fe640fd049399cb39c8755eef73 client/galaxy/scripts/libs/underscore.js --- a/client/galaxy/scripts/libs/underscore.js +++ b/client/galaxy/scripts/libs/underscore.js @@ -1159,7 +1159,6 @@ return value; }; - // Predicate-generating functions. Often useful outside of Underscore. _.constant = function(value) { return function() { return value; diff -r 334ae138b7b66dbaa95292213aab86ccc08efcae -r 9bc22ec1a8156fe640fd049399cb39c8755eef73 static/scripts/libs/underscore.js --- a/static/scripts/libs/underscore.js +++ b/static/scripts/libs/underscore.js @@ -1159,7 +1159,6 @@ return value; }; - // Predicate-generating functions. Often useful outside of Underscore. _.constant = function(value) { return function() { return value; Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.