andyMatthews.net
Viewport argument value xxx was truncated to its numeric prefix
Are you getting any of the following errors reported in Chrome Dev Tools, or Firebug, while you're working on a mobile site? They're not breaking anything but when you're working in the console and you get a flood of these it gets annoying.
The culprit was clearly this code but nothing seemed out of the ordinary
Until I figured out that the key/value pairs should be seperated by commas instead of semicolons, like so:
Now my console is nice and clean. Hope this helps you out.