Version Updates

This commit is contained in:
Dustin Moore
2013-02-27 11:58:00 -08:00
parent 3ebf5fa95e
commit 54099ecf6c
7 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*! gridster.js - v0.1.0 - 2012-12-10
/*! gridster.js - v0.1.0 - 2012-12-11
* http://gridster.net/
* Copyright (c) 2012 ducksboard; Licensed MIT */
+1 -2
View File
@@ -1,4 +1,4 @@
/*! gridster.js - v0.1.0 - 2012-12-10
/*! gridster.js - v0.1.0 - 2012-12-11
* http://gridster.net/
* Copyright (c) 2012 ducksboard; Licensed MIT */
@@ -1225,7 +1225,6 @@
return result;
};
/**
* Returns a serialized array of the widgets that have changed their
* position.
+1 -1
View File
@@ -1,3 +1,3 @@
/*! gridster.js - v0.1.0 - 2012-12-10
/*! gridster.js - v0.1.0 - 2012-12-11
* http://gridster.net/
* Copyright (c) 2012 ducksboard; Licensed MIT */.gridster{position:relative}.gridster>*{margin:0 auto;-webkit-transition:height .4s;-moz-transition:height .4s;-o-transition:height .4s;-ms-transition:height .4s;transition:height .4s}.gridster .gs_w{z-index:2;position:absolute}.ready .gs_w:not(.preview-holder){-webkit-transition:opacity .3s,left .3s,top .3s;-moz-transition:opacity .3s,left .3s,top .3s;-o-transition:opacity .3s,left .3s,top .3s;transition:opacity .3s,left .3s,top .3s}.ready .gs_w:not(.preview-holder){-webkit-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-moz-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-o-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;transition:opacity .3s,left .3s,top .3s,width .3s,height .3s}.gridster .preview-holder{z-index:1;position:absolute;background-color:#fff;border-color:#fff;opacity:.3}.gridster .player-revert{z-index:10!important;-webkit-transition:left .3s,top .3s!important;-moz-transition:left .3s,top .3s!important;-o-transition:left .3s,top .3s!important;transition:left .3s,top .3s!important}.gridster .dragging{z-index:10!important;-webkit-transition:all 0s!important;-moz-transition:all 0s!important;-o-transition:all 0s!important;transition:all 0s!important}
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -2
View File
@@ -1,4 +1,4 @@
/*! gridster.js - v0.1.0 - 2012-12-10
/*! gridster.js - v0.1.0 - 2012-12-11
* http://gridster.net/
* Copyright (c) 2012 ducksboard; Licensed MIT */
@@ -1225,7 +1225,6 @@
return result;
};
/**
* Returns a serialized array of the widgets that have changed their
* position.
File diff suppressed because one or more lines are too long
-1
View File
@@ -529,7 +529,6 @@
return result;
};
/**
* Returns a serialized array of the widgets that have changed their
* position.