Skip to content

Commit

Permalink
Revert "update gridx version"
Browse files Browse the repository at this point in the history
This reverts commit fa64989.
  • Loading branch information
yurychika committed Apr 16, 2015
1 parent fa64989 commit fa2dbe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ define([
// - revision: Number: The Git rev from which dojo was pulled
major: 1,
minor: 3,
patch: 9,
patch: 8,
flag: "",
toString: function(){
return this.major + "." + this.minor + "." + this.patch + this.flag; // String
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dijit": "https://github.com/dojo/dijit/zipball/1.9.1",
"dojox": "https://github.com/dojo/dojox/zipball/1.9.1"
},
"version": "1.3.9",
"version": "1.3.8",
"maintainers":[
{
"name": "Xiao Wen Zhu(Oliver)",
Expand Down

0 comments on commit fa2dbe7

Please sign in to comment.