Просмотр исходного кода

Fix JSHint warnings

tags/0.5.2
Michael Jackson 13 лет назад
Родитель
Сommit
2de3ba6537
1 измененных файлов: 4 добавлений и 2 удалений
  1. +4
    -2
      mustache.js

+ 4
- 2
mustache.js Просмотреть файл

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


/*global define: false*/

var Mustache; var Mustache;


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


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


return exports; return exports;


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

Загрузка…
Отмена
Сохранить