We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68ba33d + ed575ed commit 7d8888dCopy full SHA for 7d8888d
moment/build.boot
@@ -5,7 +5,7 @@
5
(require '[cljsjs.boot-cljsjs.packaging :refer :all])
6
7
(def +lib-version+ "2.10.6")
8
-(def +version+ (str +lib-version+ "-2"))
+(def +version+ (str +lib-version+ "-3"))
9
10
(task-options!
11
push {:ensure-clean false}
moment/resources/cljsjs/common/moment.ext.js
@@ -372,7 +372,7 @@ Moment.prototype.isBetween = function() {};
372
* @since 1.0.0
373
* @type {function():!boolean}
374
*/
375
-Moment.prototype.isLearYear = function() {};
+Moment.prototype.isLeapYear = function() {};
376
377
/**
378
* @nosideeffects
0 commit comments