* test/indent/js.js: Set `js-indent-level' to 2. Fix indentation in an
example.
+2015-03-08 Dmitry Gutov <dgutov@yandex.ru>
+
+ * indent/js.js: Set `js-indent-level' to 2. Fix indentation in an
+ example.
+
2015-03-04 Michael Albinus <michael.albinus@gmx.de>
* automated/tramp-tests.el (top): Declare `tramp-get-remote-stat'
+// -*- js-indent-level: 2 -*-
+
var a = 1;
b = 2;
function test ()
{
- return /[/]/.test ('/') // (bug#19397)
+ return /[/]/.test ('/') // (bug#19397)
}
var f = bar('/protocols/')