This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This code is property of Apple Inc. | |
* This code is intended for informational use only. | |
* Apple has granted no license for distribution or use. | |
**/ | |
var controller = {}; | |
controller.showInterface = function() { | |
if (1 == dataController.showVersionNumber) { | |
controller.setUpCacheLogging() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This code is property of Apple Inc. | |
* This code is intended for informational use only. | |
* Apple has granted no license for distribution or use. | |
**/ | |
const iPad = true; | |
const ADSupportsTouches = ("createTouch" in document); | |
const ADStartEvent = ADSupportsTouches ? "touchstart": "mousedown"; | |
const ADMoveEvent = ADSupportsTouches ? "touchmove": "mousemove"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This code is property of Apple Inc. | |
* This code is intended for informational use only. | |
* Apple has granted no license for distribution or use. | |
**/ | |
var controller = {}; | |
controller.showInterface = function() { | |
if (1 == dataController.showVersionNumber) { | |
controller.setUpCacheLogging() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This code is property of Apple Inc. | |
* This code is intended for informational use only. | |
* Apple has granted no license for distribution or use. | |
**/ | |
const iPad = true; | |
const ADSupportsTouches = ("createTouch" in document); | |
const ADStartEvent = ADSupportsTouches ? "touchstart": "mousedown"; | |
const ADMoveEvent = ADSupportsTouches ? "touchmove": "mousemove"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This code is property of Apple Inc. | |
* This code is intended for informational use only. | |
* Apple has granted no license for distribution or use. | |
**/ | |
const iPad = true; | |
const ADSupportsTouches = ("createTouch" in document); | |
const ADStartEvent = ADSupportsTouches ? "touchstart": "mousedown"; | |
const ADMoveEvent = ADSupportsTouches ? "touchmove": "mousemove"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This code is property of Apple Inc. | |
* This code is intended for informational use only. | |
* Apple has granted no license for distribution or use. | |
**/ | |
var controller = {}; | |
controller.showInterface = function() { | |
if (1 == dataController.showVersionNumber) { | |
controller.setUpCacheLogging() |