application.js: fix matching of module load error messages to work with Firefox 36
commit6906955ef78caeb357b729e1f608dfe1f0171dcc
authorJeremy Maitin-Shepard <jeremy@jeremyms.com>
Fri, 27 Feb 2015 03:10:05 +0000 (26 19:10 -0800)
committerJeremy Maitin-Shepard <jeremy@jeremyms.com>
Fri, 27 Feb 2015 03:10:05 +0000 (26 19:10 -0800)
treea3d2d9f6fbd9d6f37c8f9bbead524376634ac51a
parenta1d87faa81cc910112a2906c03e23876a57f7d18
application.js: fix matching of module load error messages to work with Firefox 36

Firefox 36 includes the path in some error messages, causing them to
no longer precisely match the strings that had been specified.  Using
String.prototype.startsWith fixes the problem.
components/application.js