define(['./isKind'], function (isKind) {
/**
*/
function isDate(val) {
return isKind(val, 'Date');
}
return isDate;
});
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|