build: Updating development dependencies
[T119942Repr.git] / modules / ext.boilerPlate.js
blob40bc4a0f05553c1278fd63c832dbb9c4edec2b26
1 ( function () {
3         /**
4          * @class mw.boilerPlate
5          * @singleton
6          */
7         mw.boilerPlate = {
8         };
10 }() );