The-M-Project
The-M-Project copied to clipboard
'The-M-Project' is a Mobile HTML5 Application Framework.
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.
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...
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...