summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/HMI/app/mixins/PresetEvents.js
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/src/components/HMI/app/mixins/PresetEvents.js')
-rw-r--r--SDL_Core/src/components/HMI/app/mixins/PresetEvents.js25
1 files changed, 13 insertions, 12 deletions
diff --git a/SDL_Core/src/components/HMI/app/mixins/PresetEvents.js b/SDL_Core/src/components/HMI/app/mixins/PresetEvents.js
index e7d2efb1b..08e58b6f3 100644
--- a/SDL_Core/src/components/HMI/app/mixins/PresetEvents.js
+++ b/SDL_Core/src/components/HMI/app/mixins/PresetEvents.js
@@ -2,15 +2,14 @@
* Copyright (c) 2013, Ford Motor Company All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * · Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- * · Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- * · Neither the name of the Ford Motor Company nor the names of its
- * contributors may be used to endorse or promote products derived from this
- * software without specific prior written permission.
+ * modification, are permitted provided that the following conditions are met: ·
+ * Redistributions of source code must retain the above copyright notice, this
+ * list of conditions and the following disclaimer. · Redistributions in binary
+ * form must reproduce the above copyright notice, this list of conditions and
+ * the following disclaimer in the documentation and/or other materials provided
+ * with the distribution. · Neither the name of the Ford Motor Company nor the
+ * names of its contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -33,11 +32,13 @@
*/
SDL.PresetEvents = Ember.Mixin.create( {
actionDown: function() {
+
this._super();
- SDL.SDLController.onSoftButtonActionDown( this );
+ SDL.SDLController.onSoftButtonActionDown(this);
},
actionUp: function() {
+
this._super();
- SDL.SDLController.onSoftButtonActionUp( this );
+ SDL.SDLController.onSoftButtonActionUp(this);
}
-} ); \ No newline at end of file
+}); \ No newline at end of file