From 7f7f858cb907da0c67b00cf6fc80f5dc1108cba0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 19 Feb 2019 16:19:02 +0200 Subject: Remove jQuery from docs/repo. Some of the snippets need to be updated later. --- .github/CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) (limited to '.github') diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 51f2b3567..af324b948 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -224,7 +224,6 @@ includes code changes) and under the terms of the - 2 spaces (no tabs) - strict mode - "Attractive" -- Don't use [jQuery event alias convenience methods](https://github.com/jquery/jquery/blob/master/src/event/alias.js) (such as `$().focus()`). Instead, use [`$().trigger(eventType, ...)`](https://api.jquery.com/trigger/) or [`$().on(eventType, ...)`](https://api.jquery.com/on/), depending on whether you're firing an event or listening for an event. (For example, `$().trigger('focus')` or `$().on('focus', function (event) { /* handle focus event */ })`) We do this to be compatible with custom builds of jQuery where the event aliases module has been excluded. ### Checking coding style -- cgit v1.2.3