Avoid Closure Compiler Warnings

This commit is contained in:
copy 2014-07-22 22:40:11 +02:00
parent 3524afd535
commit 7e0030b8c1

View file

@ -1,6 +1,9 @@
/** @constructor */
function DynamicTranslator()
function DynamicTranslator(something)
{
// TODO
dbg_assert(false);
this.clear_cache = function() {};
this.cycle_translated = function() {};
}