Fix JS code style

This commit is contained in:
Romain Neutron
2013-11-11 11:25:52 +01:00
parent ea6b93b88a
commit dc5c12a592
52 changed files with 11500 additions and 11500 deletions

View File

@@ -36,9 +36,9 @@ define([
} else {
return i18n.t(
options.length === 1 ? "one_collection_selected": "collections_selected", {
postProcess: "sprintf",
sprintf: [options.length]
}) + ' <b class="caret"></b>';
postProcess: "sprintf",
sprintf: [options.length]
}) + ' <b class="caret"></b>';
}
}
});