Removed warnings about sending GETs as POSTs

Closes #79
This commit is contained in:
Boaz Leskes 2014-01-26 23:09:06 +01:00
parent 29f8328c94
commit 54e8b5780b

View file

@ -1628,9 +1628,6 @@ define("sense_editor/mode/worker_parser", ['require', 'exports', 'module' ], fun
newLine();
strictWhite();
if (ch == '{') {
if (meth == "GET") {
annotate("warning", "Browsers do not support " + meth + " requests with a body. This will be executed as a POST.");
}
object();
}
// multi doc request