mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
Change the version of WinJS 1.0.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
This library is supported for use in Windows Store apps only.
|
||||
|
||||
Build: 1.0.9200.20602.win8_ldr.130108-1504
|
||||
Build: 1.0.9200.20789.win8_ldr.130802-2151
|
||||
|
||||
Version: Microsoft.WinJS.1.0
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
This library is supported for use in Windows Store apps only.
|
||||
|
||||
Build: 1.0.9200.20602.win8_ldr.130108-1504
|
||||
Build: 1.0.9200.20789.win8_ldr.130802-2151
|
||||
|
||||
Version: Microsoft.WinJS.1.0
|
||||
*/
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
This library is supported for use in Windows Store apps only.
|
||||
|
||||
Build: 1.0.9200.20602.win8_ldr.130108-1504
|
||||
Build: 1.0.9200.20789.win8_ldr.130802-2151
|
||||
|
||||
Version: Microsoft.WinJS.1.0
|
||||
*/
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
This library is supported for use in Windows Store apps only.
|
||||
|
||||
Build: 1.0.9200.20602.win8_ldr.130108-1504
|
||||
Build: 1.0.9200.20789.win8_ldr.130802-2151
|
||||
|
||||
Version: Microsoft.WinJS.1.0
|
||||
*/
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
This library is supported for use in Windows Store apps only.
|
||||
|
||||
Build: 1.0.9200.20602.win8_ldr.130108-1504
|
||||
Build: 1.0.9200.20789.win8_ldr.130802-2151
|
||||
|
||||
Version: Microsoft.WinJS.1.0
|
||||
*/
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
This library is supported for use in Windows Store apps only.
|
||||
|
||||
Build: 1.0.9200.20602.win8_ldr.130108-1504
|
||||
Build: 1.0.9200.20789.win8_ldr.130802-2151
|
||||
|
||||
Version: Microsoft.WinJS.1.0
|
||||
*/
|
||||
@@ -12320,7 +12320,7 @@ WinJS.Namespace.define("WinJS.UI", {
|
||||
|
||||
var animations = WinJS.UI.Animation;
|
||||
|
||||
var leftBufferAmount = 500,
|
||||
var leftBufferAmount = 50,
|
||||
itemSelectedEventDelay = 250;
|
||||
|
||||
var strings = {
|
||||
@@ -12401,8 +12401,9 @@ WinJS.Namespace.define("WinJS.UI", {
|
||||
}, true);
|
||||
this._panningDivContainer.addEventListener("MSManipulationStateChanged", function (event) {
|
||||
that._manipulationState = event.currentState;
|
||||
if (event.currentState === 0) {
|
||||
if (event.currentState === 0 && event.srcElement === that._panningDivContainer) {
|
||||
that._itemSettledOn();
|
||||
that._ensureCentered();
|
||||
}
|
||||
}, true);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user