Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/js/WinJS/Controls/FlipView/_PageManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ define([
then(function (e) {
if (e === element) {
// Because the VDS and Binding.List can send notifications in
// different states we accomodate this here by fixing the case
// different states we accommodate this here by fixing the case
// where VDS hasn't yet removed an item when it sends a removed
// or moved notification.
//
Expand All @@ -799,7 +799,7 @@ define([
then(function (e) {
if (e === element) {
// Because the VDS and Binding.List can send notifications in
// different states we accomodate this here by fixing the case
// different states we accommodate this here by fixing the case
// where VDS hasn't yet removed an item when it sends a removed
// or moved notification.
//
Expand Down