Skip to content

Commit fa2dbe7

Browse files
committed
Revert "update gridx version"
This reverts commit fa64989.
1 parent fa64989 commit fa2dbe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ define([
4949
// - revision: Number: The Git rev from which dojo was pulled
5050
major: 1,
5151
minor: 3,
52-
patch: 9,
52+
patch: 8,
5353
flag: "",
5454
toString: function(){
5555
return this.major + "." + this.minor + "." + this.patch + this.flag; // String

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dijit": "https://github.com/dojo/dijit/zipball/1.9.1",
66
"dojox": "https://github.com/dojo/dojox/zipball/1.9.1"
77
},
8-
"version": "1.3.9",
8+
"version": "1.3.8",
99
"maintainers":[
1010
{
1111
"name": "Xiao Wen Zhu(Oliver)",

0 commit comments

Comments
 (0)