Skip to content

Commit

Permalink
gallery-2011.08.24-22-36 allenrabinovich gallery-patch-340-multicalendar
Browse files Browse the repository at this point in the history
  • Loading branch information
YUI Builder committed Aug 24, 2011
1 parent 7faa0dd commit ad31be8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gallery-patch-340-multicalendar/build.properties
@@ -0,0 +1,4 @@
builddir=../../../builder/componentbuild
component=gallery-patch-340-multicalendar
component.jsfiles=patch.js
component.requires=calendar-base
6 changes: 6 additions & 0 deletions src/gallery-patch-340-multicalendar/build.xml
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="YUI" default="local">
<property file="build.properties" />
<import file="${builddir}/3.x/bootstrap.xml"
description="Default Build Properties and Targets" />
</project>
7 changes: 7 additions & 0 deletions src/gallery-patch-340-multicalendar/js/patch.js
@@ -0,0 +1,7 @@
Y.CalendarBase.prototype.initializer = function () {
this._paneProperties = {};
this._calendarId = Y.guid('calendar');
this._selectedDates = {};
this._rules = {};
this.storedDateCells = {};
};

0 comments on commit ad31be8

Please sign in to comment.