1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

adding coffee-haml-filter to the docs

This commit is contained in:
Jeremy Ashkenas 2010-04-11 17:57:29 -04:00
parent 835ecac8db
commit ea982a627e
9 changed files with 33 additions and 23 deletions

View file

@ -5,5 +5,5 @@
} catch (error) {
return "And the error is ... " + error;
}
}).call(this));
})());
})();