Explorar el Código

Fix JSHint warnings

tags/0.5.2
Michael Jackson hace 13 años
padre
commit
2de3ba6537
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      mustache.js

+ 4
- 2
mustache.js Ver fichero

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

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

Cargando…
Cancelar
Guardar