Merge "Add logic for "tags" in ApiBase"
[lhc/web/wiklou.git] / resources / src / startup.js
index 0f51a35..0c2d6d6 100644 (file)
@@ -87,7 +87,7 @@ function isCompatible( ua ) {
 
                // Must be after mw.config.set because these callbacks may use mw.loader which
                // needs to have values 'skin', 'debug' etc. from mw.config.
-               window.RLQ = window.RLQ || [];
+               var RLQ = window.RLQ || [];
                while ( RLQ.length ) {
                        RLQ.shift()();
                }