Don't expose jQuery.deletedIds. Close gh-889.

This commit is contained in:
Rick Waldron
2012-10-20 21:02:01 -04:00
committed by Dave Methvin
parent 2b0e720406
commit 8076a33bd8
3 changed files with 5 additions and 2 deletions

View File

@@ -829,7 +829,7 @@ jQuery.extend({
elem[ internalKey ] = null;
}
jQuery.deletedIds.push( id );
core_deletedIds.push( id );
}
}
}