Procházet zdrojové kódy

Fix JSHint warnings

tags/0.5.2
Michael Jackson před 13 roky
rodič
revize
2de3ba6537
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. +4
    -2
      mustache.js

+ 4
- 2
mustache.js Zobrazit soubor

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

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

Načítá se…
Zrušit
Uložit