Commit eef002f2 authored by JC Brand's avatar JC Brand

Build fix

parent ebc6d1cc
/*global define */
define(['lodash'], function (_) {
if (!_.isUndefined(require)) {
if (!_.isUndefined(require) && !_.isUndefined(require.s)) {
/* XXX: This is a hack to make sure that the compiled templates have
* access to the _ object.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment