| Current Path : /home/rtorresani/www/vendor/magento/magento-coding-standard/Magento2/Tests/Eslint/ |
| Current File : //home/rtorresani/www/vendor/magento/magento-coding-standard/Magento2/Tests/Eslint/SizeTest.js |
define([
'jquery',
], function ($) {
$(function () {
'use strict';
$('div').size();
});
});