Use goog.asserts.fail

This commit is contained in:
Tom Payne
2013-04-08 19:10:04 +02:00
parent 098bddb72f
commit e132943eef
7 changed files with 7 additions and 7 deletions

View File

@@ -235,7 +235,7 @@ ol.source.WMTS.optionsFromCapabilities = function(wmtsCap, layer) {
goog.asserts.assert(urls.length > 0);
break;
default:
goog.asserts.assert(false);
goog.asserts.fail();
}
return {