]> source.dussan.org Git - jquery.git/commitdiff
Docs: Rename 1.x to compat
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 30 Mar 2015 20:46:29 +0000 (22:46 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 30 Mar 2015 20:46:29 +0000 (22:46 +0200)
README.md
build/tasks/build.js

index 053c9fa24994e2ca383c6c5f59870796a1e51300..9bc8382a2c48f3e91433a9c977e5f1364758ba7d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ Some example modules that can be excluded are:
 - **exports/global**: Exclude the attachment of global jQuery variables ($ and jQuery) to the window.
 - **exports/amd**: Exclude the AMD definition.
 
-Removing sizzle is not supported on the 1.x branch.
+Removing Sizzle is not supported on the `compat` branch.
 
 The build process shows a message for each dependent module it excludes or includes.
 
index 3c457d0bffa8bd4838532e66b8b2130bf80ad3da..1c76f6eff43d54b286fb08c002936f0042a6b10b 100644 (file)
@@ -160,7 +160,7 @@ module.exports = function( grunt ) {
                                if ( exclude ) {
                                        // Can't exclude sizzle on this branch
                                        if ( module === "sizzle" ) {
-                                               grunt.log.error( "Sizzle cannot be excluded on the 1.x branch." );
+                                               grunt.log.error( "Sizzle cannot be excluded on the compat branch." );
 
                                        // Can't exclude certain modules
                                        } else if ( minimum.indexOf( module ) === -1 ) {