Skip to content

Commit 55f8060

Browse files
author
Denys Rul
committed
MAGETWO-42762: Improve performance of table rendering
- Remove unused test reference - Add missing copyright
1 parent 920d9cd commit 55f8060

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/code/Magento/Ui/view/base/web/js/lib/ko/bind/staticChecked.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Copyright © 2015 Magento. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
15
define([
26
'ko'
37
], function (ko) {

dev/tests/js/JsTestDriver/jsTestDriverOrder.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@
2121
'/lib/web/mage/decorate.js',
2222
'/lib/web/jquery/jquery.validate.js',
2323
'/lib/web/jquery/jquery.metadata.js',
24-
'/lib/web/mage/translate.js',
25-
'/lib/web/mage/requirejs/plugin/id-normalizer.js',
24+
'/lib/web/mage/translate.js'
2625
];

0 commit comments

Comments
 (0)