Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.0
Description
I have the following code in my JS:
$.getJSON('json/somefile.json').success(function(data)
{ ... });
Where somefile.json has been set to "Content".
The console gives me the following message:
Wrapped XHR received Error from FileAPI :: [object Object]
Where the object contains:
Unable to find source-code formatter for language: 1. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
Any idea on the matter?