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.
1 parent 62d557d commit a7115cdCopy full SHA for a7115cd
build.xml
@@ -3,7 +3,7 @@
3
<property file="build.properties"/>
4
<property name="project.build.artifactdir" value="./artifacts/"/>
5
<property name="project.build.publishdir" value="./artifacts/"/>
6
- <property name="project.build.version" value="2.4.5b"/>
+ <property name="project.build.version" value="2.4.5"/>
7
8
<!-- Setup classpath for js-build-tools ant tasks -->
9
<path id="js-build-tasks.classpath">
src/changes.html
@@ -5,6 +5,11 @@
</head>
<body>
<ul>
+ <li>
+ 2.4.5 03.08.10
10
+ <br/>
11
+ Fixed a bug in the dom_onReady function. This would cause easyXDM to load unreliably when loaded using a script loader.
12
+ </li>
13
<li>
14
2.4.4 02.08.10
15
<br/>
0 commit comments