.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.

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

mercurial