Selaa lähdekoodia

Fix JSHint warnings

tags/0.5.2
Michael Jackson 13 vuotta sitten
vanhempi
commit
2de3ba6537
1 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. +4
    -2
      mustache.js

+ 4
- 2
mustache.js Näytä tiedosto

@@ -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;

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

Loading…
Peruuta
Tallenna