Index: branches/wmf-deployment/extensions/LiquidThreads_alpha/jquery/js2.combined.js |
— | — | @@ -7870,6 +7870,6 @@ |
7871 | 7871 | * Provides js2 compatible onload hook |
7872 | 7872 | * @param func Function to call when ready |
7873 | 7873 | */ |
7874 | | -function mw.addOnloadHook( func ) { |
| 7874 | +mw.addOnloadHook = function( func ) { |
7875 | 7875 | $j(document).ready( func ); |
7876 | | -} |
\ No newline at end of file |
| 7876 | +} |
Property changes on: branches/wmf-deployment/extensions/LiquidThreads_alpha/jquery/js2.combined.js |
___________________________________________________________________ |
Name: svn:mergeinfo |
7877 | 7877 | - /trunk/extensions/LiquidThreads/jquery/js2.combined.js:57390 |
7878 | 7878 | + /trunk/extensions/LiquidThreads/jquery/js2.combined.js:57390,59879 |
Property changes on: branches/wmf-deployment/extensions/LiquidThreads_alpha |
___________________________________________________________________ |
Name: svn:mergeinfo |
7879 | 7879 | - /trunk/extensions/LiquidThreads:57390,58990-59196,59198-59661,59666-59743,59782-59877 |
7880 | 7880 | + /trunk/extensions/LiquidThreads:57390,58990-59196,59198-59661,59666-59743,59782-59877,59879 |