Damian Krzeminski
Damian Krzeminski
it's still comma by default but you can pass `{ separator: ' ' }` or `{ separator: ':' }` as an option argument when creating `tags-input`
Applications can configure `isMobile` function, which should be called by authorization modules whenever they need to establish if mobile vs. full login pages need to be rendered. Most oauth/oauth2 providers...
Mozilla is experimenting with mobile OS - Firefox OS: http://www.mozilla.org/en-US/firefoxos Monomi does not currently recognize it as 'mobile' User Agent is described here: https://developer.mozilla.org/en-US/docs/Gecko_user_agent_string_reference#Firefox_OS 'Mozilla/5.0 (Mobile; rv:15.0) Gecko/15.0 Firefox/15.0' Also...
My code tripped on the issue fixed by 6a5d9f7 - using undefined var in `swap()`. So I tried to add some (very lax) linting. I think it found couple of...
there is no need to check the entity type because `Buffer.byteLength` works correctly for both `String` and `Buffer` `utf8` is the default encoding when entity is a `String` this change...