You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ THIS IS A WORK IN PROGRESS.
13
13
14
14
Calendar Model is what it says it is: It models calendrical data. It generates sets of Date objects. Date objects decorate a JS Date instance with a few convenience methods, and an events property. The events property is an array that can contain an arbitrary collection of events.
15
15
16
-
Calendar Model is very small~ 14kb, minified.
16
+
Calendar Model is very small. If you were to bundle and minify it, it would only be around ~ 14kb. However, it doesn't come as a monolithic bundle. You import only what you want/need.
0 commit comments