Jonathan e92ec6aba7 Change getModuleName regex to only remove extenion
Given a names like: "some.module.js" and "some.other.module.js" the current regex in DefaultFormatter.prototype.getModuleName will overmatch and only return "some" as the module name in both cases.

Changing the . character class to \w will make sure it does not pick up additional sections and returns "some.module" and "some.other.module" for the names
2015-02-03 01:52:24 -05:00
..
2015-02-01 16:21:13 +11:00
2015-02-01 16:44:47 +11:00
2015-02-02 20:28:34 +11:00
2015-01-31 18:04:57 +11:00
2015-02-01 16:38:13 +11:00
2015-02-01 16:43:42 +11:00
2015-02-01 16:38:13 +11:00
2015-02-03 10:23:47 +11:00
2015-02-03 15:17:33 +11:00