mixin_.mixin(object) Allows you to extend Underscore with your own utility functions. Pass a hash of {name: function} definitions
template_.template(templateString, [settings]) Compiles JavaScript templates into functions that can be evaluated for rendering.
noConflict_.noConflict() Give control of the _ variable back to its previous owner. Returns a reference to the Underscore
now_.now() Returns an integer timestamp for the current time, using the fastest method available in the runtime. Useful for implementing
Page 2 of 2