[API] Miscellaneous platform updates
Adds miscellaneous platform updates to include templates via the RequireJS text plugin; to support modification of asset paths; and to support priority order for gestures. Supports integration of new API, #1124.
This commit is contained in:
@@ -72,7 +72,7 @@ define(
|
||||
|
||||
// Assemble all gestures into a map, for easy look up
|
||||
gestures.forEach(function (gesture) {
|
||||
gestureMap[gesture.key] = gesture;
|
||||
gestureMap[gesture.key] = gestureMap[gesture.key] || gesture;
|
||||
});
|
||||
|
||||
this.gestureMap = gestureMap;
|
||||
|
||||
Reference in New Issue
Block a user