mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
removed stray console.log
This commit is contained in:
parent
692333f2f5
commit
d9c8284ea5
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ var DATE_FORMATS = {
|
|||
};
|
||||
var DATE_FORMATS_SPLIT = new RegExp('('+
|
||||
map(DATE_FORMATS, function(value, key){return key;}).join('|')+')');
|
||||
console.log(DATE_FORMATS_SPLIT);
|
||||
|
||||
angularFilter.date = function(date, format) {
|
||||
if (!date instanceof Date) return date;
|
||||
|
|
|
|||
Loading…
Reference in a new issue