forked from forcedotcom/aura
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up some localizationService tests and unused code (#2333)
@bug W-4653989@
- Loading branch information
1 parent
5458e40
commit d5952dc
Showing
7 changed files
with
64 additions
and
404 deletions.
There are no files selected for viewing
This file contains 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 file contains 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
22 changes: 11 additions & 11 deletions
22
...test/components/uitest/datePicker_TodayButtonTest/datePicker_TodayButtonTestController.js
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
({ | ||
handleSelectedDate: function(cmp, evt, helper){ | ||
var value = evt.getParam("value"); | ||
var hours = evt.getParam("hours"); | ||
var minutes = evt.getParam("minutes"); | ||
handleSelectedDate: function(cmp, evt, helper) { | ||
var value = evt.getParam("value"); | ||
var hours = evt.getParam("hours"); | ||
var minutes = evt.getParam("minutes"); | ||
|
||
cmp.set('v.selectedDate', { | ||
value : value, | ||
hours : hours, | ||
minutes : minutes | ||
}) | ||
} | ||
}) | ||
cmp.set('v.selectedDate', { | ||
value : value, | ||
hours : hours, | ||
minutes : minutes | ||
}) | ||
} | ||
}) |
Oops, something went wrong.