/[drupal]/contributions/modules/contemplate/divresizer.js
ViewVC logotype

Diff of /contributions/modules/contemplate/divresizer.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.4.1.2.1, Sat Sep 12 02:25:15 2009 UTC revision 1.1.4.1.2.2, Sun Nov 8 13:28:48 2009 UTC
# Line 1  Line 1 
1  // $Id: divresizer.js,v 1.1.4.1 2008/09/16 05:23:08 jrglasgow Exp $  // $Id: divresizer.js,v 1.1.4.1.2.1 2009/09/12 02:25:15 jrglasgow Exp $
2  (function ($) {  (function ($) {
3    
4  Drupal.contemplate.divResizable = function() {  Drupal.contemplate.divResizable = function() {
5    $('div.resizable:not(.processed)').each(function() {    $('div.resizable:not(.processed)').each(function() {
6      var div = $(this).addClass('processed'), staticOffset = null;      var div = $(this).addClass('processed'), staticOffset = null;

Legend:
Removed from v.1.1.4.1.2.1  
changed lines
  Added in v.1.1.4.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2