ソースを参照

No need to dislike native Promises – https://github.com/ckeditor/ckeditor5-core/issues/51.

Piotrek Koszuliński 10 年 前
コミット
8e6c913fc9
1 ファイル変更1 行追加4 行削除
  1. 1 4
      tests/.jshintrc

+ 1 - 4
tests/.jshintrc

@@ -25,8 +25,5 @@
 		"bender": false,
 		"sinon": false,
 		"setTimeout": false
-	},
-	"predef": [
-		"-Promise"
-	]
+	}
 }