Explorar el Código

deprecated stuff in manual tests

Adam Shaw hace 7 años
padre
commit
66670ceabd
Se han modificado 2 ficheros con 4 adiciones y 6 borrados
  1. 0 2
      tests/manual/sources_new.html
  2. 4 4
      tests/manual/triggers_view.html

+ 0 - 2
tests/manual/sources_new.html

@@ -63,8 +63,6 @@ $(document).ready(function() {
     editable: true,
     //eventStartEditable: false,
     //eventDurationEditable: false,
-    //disableResizing: true, // deprecated
-    //disableDragging: true, // deprecated
 
     selectable: true,
     selectMirror: true,

+ 4 - 4
tests/manual/triggers_view.html

@@ -18,7 +18,7 @@
 
   $(document).ready(function() {
     $('#calendar').fullCalendar({
-      
+
       header: {
         left: 'prev,next today',
         center: 'title',
@@ -67,15 +67,15 @@
 
       /*
 
-      viewDisplay: function(view) { // deprecated
-        console.log('viewDisplay');
+      viewSkeletonRender: function(view) {
+        console.log('viewSkeletonRender');
         if (verbose) {
           console.log('The new title of the view is ' + view.title);
         }
       },
 
       */
-      
+
       eventSources: [
         {
           url: "http://www.google.com/calendar/feeds/usa__en%40holiday.calendar.google.com/public/basic",