Your IP : 216.73.217.95


Current Path : /home/rtorresani/www/vendor/magento/magento-coding-standard/Magento2/Tests/Eslint/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/magento-coding-standard/Magento2/Tests/Eslint/AndSelfTest.js

define([
    'jquery',
], function ($) {
    $(function () {
        'use strict';

        $('div').find('p').andSelf().addClass('border');
    });
});