Add an assertion to avoid compile error

This commit is contained in:
Éric Lemoine
2014-11-07 16:48:27 +01:00
parent 4c3a7d0248
commit 73e76fe468

View File

@@ -126,6 +126,7 @@ ol.style.AtlasManager.prototype.add =
++ii;
}
}
goog.asserts.fail();
};