.hgignore

Sat, 25 May 2013 06:49:12 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 25 May 2013 06:49:12 +0200
changeset 6
766ca8e03ec7
child 10
7e6daccad0ee
permissions
-rw-r--r--

Adapt to accommodate Firefox OS validation rule: All external links need to
open with target="_blank". There is no browser UX in a webapp and on Desktop
and FirefoxOS platforms there is no hardware back button.

michael@0 1 syntax: glob
michael@0 2 *.orig
michael@0 3 *.rej
michael@0 4 *.o
michael@0 5 *~
michael@0 6
michael@0 7 dist
michael@0 8 doc/shot*.png
michael@0 9 doc/design*.pdf
michael@0 10 doc/miscnotas.txt
michael@0 11 src/firefoxos/jquery.core
michael@0 12 src/firefoxos/jquery.mobile

mercurial