From 60c2da80783a71409a8c3ecbc32a3d4e858df691 Mon Sep 17 00:00:00 2001 From: Fabio Zendhi Nagao Date: Tue, 19 May 2015 14:27:02 -0300 Subject: [PATCH] Minor changes to make it compatible with both WSH and ASP (eslint compatible) Made it eslint compatible. --- mustache.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mustache.js b/mustache.js index ac9210c..602d7b3 100644 --- a/mustache.js +++ b/mustache.js @@ -3,7 +3,7 @@ * http://github.com/janl/mustache.js */ -/*global define: false*/ +/*global define: false Mustache: true*/ (function defineMustache (global, factory) { if (typeof exports === 'object' && exports) { @@ -11,7 +11,8 @@ } else if (typeof define === 'function' && define.amd) { define(['exports'], factory); // AMD } else { - factory(global.Mustache = {}); //