forked from 0x2620/oxjs
cleanup docs, fix children/find calls
This commit is contained in:
parent
a98902f165
commit
b9e80c9d75
88 changed files with 157 additions and 253 deletions
|
|
@ -7,7 +7,7 @@ Ox.Clipboard <o> Basic clipboard handler
|
|||
paste <f> Paste data from clipboard
|
||||
() -> <*> Clipboard data
|
||||
@*/
|
||||
Ox.Clipboard = function() {
|
||||
Ox.Clipboard = (function() {
|
||||
var clipboard = {};
|
||||
return {
|
||||
_print: function() {
|
||||
|
|
@ -24,4 +24,4 @@ Ox.Clipboard = function() {
|
|||
return type in clipboard;
|
||||
}
|
||||
};
|
||||
}();
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue