Quellcode durchsuchen

ddescribe -> describe

Casey Holzer vor 9 Jahren
Ursprung
Commit
edf9e4e2ab
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tests/automated/height-and-contentHeight.js

+ 1 - 1
tests/automated/height-and-contentHeight.js

@@ -1,6 +1,6 @@
 (function() {
 
-[ 'height', 'contentHeight' ].forEach(function(heightProp) { ddescribe(heightProp, function() {
+[ 'height', 'contentHeight' ].forEach(function(heightProp) { describe(heightProp, function() {
 
 	var calendarEl;
 	var options;