Home
last modified time | relevance | path

Searched refs:sayLast (Results 1 – 1 of 1) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js110 sayLast: function() { return this.sayHi(_.last(arguments)); } method in AnonymousFunction105fccb00800.moe
121 var sayLast = moe.sayLast;
122 …assert.equal(sayLast(1, 2, 3, 4, 5, 6, 7, 'Tom'), 'hi: moe', 'createCallback works with any number…