The-M-Project icon indicating copy to clipboard operation
The-M-Project copied to clipboard

'The-M-Project' is a Mobile HTML5 Application Framework.

Results 53 The-M-Project issues
Sort by recently updated
recently updated
newest added

TextFieldView with M.INPUT_PASSWORD type is rendered as regular text field after FormView.clearForm() is called if initialText is not set on the TextFieldView.

04 - High

Delete every reference that isn't used anymore... _.each(M.ViewManager.viewList, function(v, k) {if(v && $('#' + v.id).length === 0) {M.ViewManager.viewList[k] = null;}}); - viewList is an array :/ - can be improved...

01 - Feature Request

Right now, it's only possible to load the places library additionaly (via `loadPlacesLibrary` flag). It should be possible to pass an array of libraries that shall be loaded on Google...

01 - Feature Request
03 - Medium