Parcourir la source

Fix JSHint warnings

tags/0.5.2
Michael Jackson il y a 13 ans
Parent
révision
2de3ba6537
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. +4
    -2
      mustache.js

+ 4
- 2
mustache.js Voir le fichier

@@ -3,6 +3,8 @@
* http://github.com/janl/mustache.js
*/

/*global define: false*/

var Mustache;

(function (exports) {
@@ -13,7 +15,7 @@ var Mustache;
} else {
Mustache = exports; // <script>
}
}(function () {
}((function () {
var exports = {};

exports.name = "mustache.js";
@@ -609,4 +611,4 @@ var Mustache;

return exports;

}()));
}())));

Chargement…
Annuler
Enregistrer