Skip to content

Commit 7d8888d

Browse files
committed
Merge pull request #453 from runningskull/patch-1
Fix small typo in moment
2 parents 68ba33d + ed575ed commit 7d8888d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

moment/build.boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(require '[cljsjs.boot-cljsjs.packaging :refer :all])
66

77
(def +lib-version+ "2.10.6")
8-
(def +version+ (str +lib-version+ "-2"))
8+
(def +version+ (str +lib-version+ "-3"))
99

1010
(task-options!
1111
push {:ensure-clean false}

moment/resources/cljsjs/common/moment.ext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Moment.prototype.isBetween = function() {};
372372
* @since 1.0.0
373373
* @type {function():!boolean}
374374
*/
375-
Moment.prototype.isLearYear = function() {};
375+
Moment.prototype.isLeapYear = function() {};
376376

377377
/**
378378
* @nosideeffects

0 commit comments

Comments
 (0)