Adding UIAMapView as mapView to tag_name selector style on ios;

This commit is contained in:
Lee, James (ETW - WHQ)
2013-11-11 09:29:07 -08:00
parent 4e51d79f46
commit 10a8b8080c

View File

@@ -60,7 +60,8 @@ var mechanic = (function() {
'UIAToolbar' : ['toolbar'],
'UIAWebView' : ['webview'],
'UIAWindow' : ['window'],
'UIANavigationBar': ['navigationBar']
'UIANavigationBar': ['navigationBar'],
'UIAMapView': ['mapView']
};
// Build a RegExp for picking out type selectors.