'use strict'; define(['underscore', 'shared/utils'], function(_, sharedUtils) { var utils = {}; _(utils).extend(sharedUtils); return utils; });