Closed dmathieu closed 13 years ago
There was an inappropriate comma at the end of an array. As it apparently might cause problems on IE, it makes it impossible to minify the file with closure.
+1 for this
the line is 344 in haml.js
The trailing comma is only in the compiler, not in the compiled functions. Do you have a need to minify the compiler?
https://github.com/creationix/haml-js/commit/81e75adb0d60bac0eb6de10caa3f704287f23863
There was an inappropriate comma at the end of an array. As it apparently might cause problems on IE, it makes it impossible to minify the file with closure.