comparison js/dnd-library.js @ 11:99ba5941779c

JS Linted.
author David Eads <eads@chicagotech.org>
date Fri, 27 Feb 2009 00:49:22 -0600
parents c2eb995212bf
children 7a5f74482ee3
comparison
equal deleted inserted replaced
10:5d2ae5b8eae2 11:99ba5941779c
47 window.Drupal.behaviors.dndLibrary[editor_fn](data, settings); 47 window.Drupal.behaviors.dndLibrary[editor_fn](data, settings);
48 } 48 }
49 } 49 }
50 50
51 Drupal.behaviors.dndLibrary.detach_library = function(e, data) { 51 Drupal.behaviors.dndLibrary.detach_library = function(e, data) {
52 console.log('detach'); 52 //console.log('detach');
53 } 53 }
54 54
55 55
56 Drupal.behaviors.dndLibrary.attach_tinymce = function(data, settings) { 56 Drupal.behaviors.dndLibrary.attach_tinymce = function(data, settings) {
57 57