Commit d65763ef authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

'use strict' in mock_folder_shortcut_data_model.js

If we can use ...args @constructor, use strict as well.

Bug: 910991
Change-Id: I6181423d7df7ab1a376650c657bdb3d8b0636f3c
Reviewed-on: https://chromium-review.googlesource.com/c/1358323Reviewed-by: default avatarStuart Langley <slangley@chromium.org>
Commit-Queue: Stuart Langley <slangley@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613085}
parent 9be3f94a
......@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
'use strict';
/**
* Mock FolderShortcutDataModel.
* @param {!Array<MockEntry>} args Array of shortcuts.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment