mediawiki-extensions-Visual.../modules/ve-mw/dm/models
Timo Tijhof f2875141d8 ve.dm.MWTemplateSpecModel: Account for data.maps being undefined
This new property is optional and should not be assumed to be present.
Follows-up 2ac7959849.

The constructor defaults 'maps' to an empty object, so there's no need
to add a "|| {}" in extend() or getMaps(). We merely need to make sure
we don't accidentally dereference the default in exchange for undefined.

Change-Id: Id2cb93696d12a20ee14f9d59705877dc174e6564
2015-06-02 01:48:21 +00:00
..
ve.dm.MWImageModel.js Representation of red-linked images in VE 2015-05-16 17:15:51 +01:00
ve.dm.MWMediaResourceProvider.js Correctly validate a provider for local api 2015-02-25 15:59:05 -08:00
ve.dm.MWMediaResourceQueue.js Use mw.Api to run requests rather than our own stuff in ve.init.mw.Target 2015-02-25 01:57:22 +00:00
ve.dm.MWParameterModel.js MWParameterPage: Show the field's example if it exists 2015-03-09 14:25:18 -07:00
ve.dm.MWReferenceModel.js Don't show placeholder references in lists 2015-05-06 19:15:20 +01:00
ve.dm.MWTemplateModel.js Remove use of ve.indexOf and ve.getObjectKeys 2015-03-10 17:28:00 +01:00
ve.dm.MWTemplatePlaceholderModel.js
ve.dm.MWTemplateSpecModel.js ve.dm.MWTemplateSpecModel: Account for data.maps being undefined 2015-06-02 01:48:21 +00:00
ve.dm.MWTransclusionContentModel.js
ve.dm.MWTransclusionModel.js jshint: Kill file-level globals and add "moment" to the list 2015-05-06 19:01:27 +00:00
ve.dm.MWTransclusionPartModel.js