updated dist

This commit is contained in:
vieron
2012-08-07 01:01:00 +02:00
parent 7dbf396e9c
commit 151b3bffa6
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*! gridster.js - v0.1.0 - 2012-08-06
/*! gridster.js - v0.1.0 - 2012-08-07
* http://gridster.net/
* Copyright (c) 2012 ducksboard; Licensed MIT */
+7 -6
View File
@@ -1,4 +1,4 @@
/*! gridster.js - v0.1.0 - 2012-08-06
/*! gridster.js - v0.1.0 - 2012-08-07
* http://gridster.net/
* Copyright (c) 2012 ducksboard; Licensed MIT */
@@ -524,7 +524,8 @@
return;
}
if (node === 'INPUT' || node === 'TEXTAREA' || node === 'SELECT') {
if (node === 'INPUT' || node === 'TEXTAREA' || node === 'SELECT' ||
node === 'BUTTON') {
return;
};
@@ -782,7 +783,7 @@
/**
* Disable dragging.
* Disables dragging.
*
* @method disable
* @return {Class} Returns the instance of the Gridster Class.
@@ -795,7 +796,7 @@
/**
* Enable dragging.
* Enables dragging.
*
* @method enable
* @return {Class} Returns the instance of the Gridster Class.
@@ -2327,8 +2328,8 @@
* @method can_move_to
* @param {Object} widget_grid_data The grid coords object that represents
* the widget.
* @param {Object} The col target col.
* @param {Object} The row target row.
* @param {Object} col The col to check.
* @param {Object} row The row to check.
* @return {Boolean} Returns true if all cells are empty, else return false.
*/
fn.can_move_to = function(widget_grid_data, col, row) {
+1 -1
View File
@@ -1,3 +1,3 @@
/*! gridster.js - v0.1.0 - 2012-08-06
/*! gridster.js - v0.1.0 - 2012-08-07
* 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}.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}
+2 -2
View File
File diff suppressed because one or more lines are too long