1
0
Fork 0
forked from 0x2620/oxjs

fix vim line

This commit is contained in:
j 2011-07-29 20:48:43 +02:00
commit 0ccad0b973
81 changed files with 81 additions and 81 deletions

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
/*@
Ox.App <f> Basic application instance that communicates with a JSON API

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
/*@
Ox.Clipboard <o> Basic clipboard handler
copy <f> copy to clipbloard

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
// fixme: wouldn't it be better to let the elements be,
// rather then $element, $content, and potentially others,
// 0, 1, 2, etc, so that append would append 0, and appendTo

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
// check out http://ejohn.org/apps/learn/#36 (-#38, making fns work w/o new)
/*@

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
/*@
Ox.Focus <o> Basic focus handler
@*/

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
/***
Ox.History
***/

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
/*@
Ox.JQueryElement <function> Wrapper for jQuery

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
/***
Ox.Keyboard
***/

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
/*@
Ox.LoadingIcon <f:Ox.Element> Loading Icon Element
() -> <f> Loading Icon Element

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
/**
Ox.Progressbar
*/

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
/*@
Ox.Request <o> Basic request handler object
FIXME: options is not a property, just documenting defaults

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
/*@
Ox.SyntaxHighlighter <function> Syntax Highlighter

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
/*@
Ox.Theme <f> get/set theme

View file

@ -1,4 +1,4 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
// vim: et:ts=4:sw=4:sts=4:ft=javascript
/***
Ox.URL
***/