add modelines
This commit is contained in:
parent
09e97fa08b
commit
32f3a200ba
78 changed files with 79 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.AnnotationPanel = function(options, self) {
|
Ox.AnnotationPanel = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/*
|
/*
|
||||||
============================================================================
|
============================================================================
|
||||||
Application
|
Application
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
Ox.Bar = function(options, self) {
|
Ox.Bar = function(options, self) {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.BlockTimeline = function(options, self) {
|
Ox.BlockTimeline = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Button = function(options, self) {
|
Ox.Button = function(options, self) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.ButtonGroup = function(options, self) {
|
Ox.ButtonGroup = function(options, self) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Calendar = function(options, self) {
|
Ox.Calendar = function(options, self) {
|
||||||
|
|
||||||
self = self || {};
|
self = self || {};
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.CalendarDate = function(options) {
|
Ox.CalendarDate = function(options) {
|
||||||
|
|
||||||
var self = {},
|
var self = {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Checkbox = function(options, self) {
|
Ox.Checkbox = function(options, self) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.CheckboxGroup = function(options, self) {
|
Ox.CheckboxGroup = function(options, self) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Clipboard = function() {
|
Ox.Clipboard = function() {
|
||||||
/***
|
/***
|
||||||
Ox.Clipboard
|
Ox.Clipboard
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
Ox.CollapsePanel = function(options, self) {
|
Ox.CollapsePanel = function(options, self) {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.ColorInput = function(options, self) {
|
Ox.ColorInput = function(options, self) {
|
||||||
|
|
||||||
var self = $.extend(self || {}, {
|
var self = $.extend(self || {}, {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.ColorPicker = function(options, self) {
|
Ox.ColorPicker = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
// fixme: wouldn't it be better to let the elements be,
|
// fixme: wouldn't it be better to let the elements be,
|
||||||
// rather then $element, $content, and potentially others,
|
// rather then $element, $content, and potentially others,
|
||||||
// 0, 1, 2, etc, so that append would append 0, and appendTo
|
// 0, 1, 2, etc, so that append would append 0, and appendTo
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.DateInput = function(options, self) {
|
Ox.DateInput = function(options, self) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.DateTimeInput = function(options, self) {
|
Ox.DateTimeInput = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Dialog = function(options, self) {
|
Ox.Dialog = function(options, self) {
|
||||||
|
|
||||||
// fixme: dialog should be derived from a generic draggable
|
// fixme: dialog should be derived from a generic draggable
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
// check out http://ejohn.org/apps/learn/#36 (-#38, making fns work w/o new)
|
// check out http://ejohn.org/apps/learn/#36 (-#38, making fns work w/o new)
|
||||||
|
|
||||||
Ox.Element = function() {
|
Ox.Element = function() {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
// fixme: this is not necessarily part of OxUI
|
// fixme: this is not necessarily part of OxUI
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Filter = function(options, self) {
|
Ox.Filter = function(options, self) {
|
||||||
|
|
||||||
/***
|
/***
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
// fixme: rename!
|
// fixme: rename!
|
||||||
|
|
||||||
Ox.Flipbook = function(options, self) {
|
Ox.Flipbook = function(options, self) {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Focus = function() {
|
Ox.Focus = function() {
|
||||||
/***
|
/***
|
||||||
Ox.Focus
|
Ox.Focus
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Form = function(options, self) {
|
Ox.Form = function(options, self) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.FormElementGroup = function(options, self) {
|
Ox.FormElementGroup = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.FormItem = function(options, self) {
|
Ox.FormItem = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/***
|
/***
|
||||||
Ox.History
|
Ox.History
|
||||||
***/
|
***/
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.IconItem = function(options, self) {
|
Ox.IconItem = function(options, self) {
|
||||||
|
|
||||||
//Ox.print('IconItem', options, self)
|
//Ox.print('IconItem', options, self)
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.IconList = function(options, self) {
|
Ox.IconList = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Input = function(options, self) {
|
Ox.Input = function(options, self) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.InputGroup = function(options, self) {
|
Ox.InputGroup = function(options, self) {
|
||||||
|
|
||||||
/***
|
/***
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.ItemInput = function(options, self) {
|
Ox.ItemInput = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
// Basic jQuery element
|
// Basic jQuery element
|
||||||
Ox.JQueryElement = function($element) {
|
Ox.JQueryElement = function($element) {
|
||||||
var that = this;
|
var that = this;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/***
|
/***
|
||||||
Ox.Keyboard
|
Ox.Keyboard
|
||||||
***/
|
***/
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Label = function(options, self) {
|
Ox.Label = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.LargeTimeline = function(options, self) {
|
Ox.LargeTimeline = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.List = function(options, self) {
|
Ox.List = function(options, self) {
|
||||||
|
|
||||||
/***
|
/***
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.ListItem = function(options, self) {
|
Ox.ListItem = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.ListMap = function(options, self) {
|
Ox.ListMap = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.ListPage = function(options, self) {
|
Ox.ListPage = function(options, self) {
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
that = new Ox.Element({}, self)
|
that = new Ox.Element({}, self)
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.LoadingIcon = function(options, self) {
|
Ox.LoadingIcon = function(options, self) {
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
that = new Ox.Element('img', self)
|
that = new Ox.Element('img', self)
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
Ox.MainMenu = function(options, self) {
|
Ox.MainMenu = function(options, self) {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Map = function(options, self) {
|
Ox.Map = function(options, self) {
|
||||||
|
|
||||||
var self = self || {}
|
var self = self || {}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.MapImage = function(options, self) {
|
Ox.MapImage = function(options, self) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.MapMarker = function(options) {
|
Ox.MapMarker = function(options) {
|
||||||
|
|
||||||
var options = Ox.extend({
|
var options = Ox.extend({
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.MapPlace = function(options) {
|
Ox.MapPlace = function(options) {
|
||||||
|
|
||||||
options = Ox.extend({
|
options = Ox.extend({
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.MapRectangle = function(options, self) {
|
Ox.MapRectangle = function(options, self) {
|
||||||
|
|
||||||
var options = Ox.extend({
|
var options = Ox.extend({
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.MapRectangleMarker = function(options, self) {
|
Ox.MapRectangleMarker = function(options, self) {
|
||||||
|
|
||||||
var options = Ox.extend({
|
var options = Ox.extend({
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/**
|
/**
|
||||||
options
|
options
|
||||||
element the element the menu is attached to
|
element the element the menu is attached to
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.MenuItem = function(options, self) {
|
Ox.MenuItem = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.OptionGroup = function(items, min, max, property) {
|
Ox.OptionGroup = function(items, min, max, property) {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
Ox.Panel = function(options, self) {
|
Ox.Panel = function(options, self) {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Picker = function(options, self) {
|
Ox.Picker = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.PlaceInput = function(options, self) {
|
Ox.PlaceInput = function(options, self) {
|
||||||
|
|
||||||
var self = $.extend(self || {}, {
|
var self = $.extend(self || {}, {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.PlacePicker = function(options, self) {
|
Ox.PlacePicker = function(options, self) {
|
||||||
|
|
||||||
var self = $.extend(self || {}, {
|
var self = $.extend(self || {}, {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/**
|
/**
|
||||||
Ox.Progressbar
|
Ox.Progressbar
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Range = function(options, self) {
|
Ox.Range = function(options, self) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Request = function(options) {
|
Ox.Request = function(options) {
|
||||||
|
|
||||||
/***
|
/***
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
Ox.Resizebar = function(options, self) {
|
Ox.Resizebar = function(options, self) {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Select = function(options, self) {
|
Ox.Select = function(options, self) {
|
||||||
|
|
||||||
// fixme: selected item needs attribute "checked", not "selected" ... that's strange
|
// fixme: selected item needs attribute "checked", not "selected" ... that's strange
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.SmallTimeline = function(options, self) {
|
Ox.SmallTimeline = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/**
|
/**
|
||||||
options:
|
options:
|
||||||
elements: [{ array of one, two or three elements
|
elements: [{ array of one, two or three elements
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.TabPanel = function(options, self) {
|
Ox.TabPanel = function(options, self) {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
Ox.Tabbar = function(options, self) {
|
Ox.Tabbar = function(options, self) {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.TextList = function(options, self) {
|
Ox.TextList = function(options, self) {
|
||||||
|
|
||||||
// fixme: rename to TableList
|
// fixme: rename to TableList
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
// fixme: this should be Ox.Theme, and provide Ox.Theme.set(), Ox.Theme.load, etc.
|
// fixme: this should be Ox.Theme, and provide Ox.Theme.set(), Ox.Theme.load, etc.
|
||||||
/**
|
/**
|
||||||
if name is given as argument, switch to this theme.
|
if name is given as argument, switch to this theme.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.TimeInput = function(options, self) {
|
Ox.TimeInput = function(options, self) {
|
||||||
|
|
||||||
// fixme: seconds get set even if options.seconds is false
|
// fixme: seconds get set even if options.seconds is false
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/**
|
/**
|
||||||
fixme: no need for this
|
fixme: no need for this
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Tooltip = function(options, self) {
|
Ox.Tooltip = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.TreeList = function(options, self) {
|
Ox.TreeList = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
/***
|
/***
|
||||||
Ox.URL
|
Ox.URL
|
||||||
***/
|
***/
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.VideoEditorPlayer = function(options, self) {
|
Ox.VideoEditorPlayer = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.VideoElement = function(options, self) {
|
Ox.VideoElement = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.VideoPanelPlayer = function(options, self) {
|
Ox.VideoPanelPlayer = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.VideoEditor = function(options, self) {
|
Ox.VideoEditor = function(options, self) {
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
Ox.Window = function(options, self) {
|
Ox.Window = function(options, self) {
|
||||||
|
|
||||||
self = self || {},
|
self = self || {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
// todo: check http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
|
// todo: check http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
|
||||||
|
|
||||||
Ox = function(val) {
|
Ox = function(val) {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//vim: et:ts=4:sw=4:sts=4:ft=js
|
||||||
(function() {
|
(function() {
|
||||||
|
|
||||||
var path = Array.prototype.slice.apply(
|
var path = Array.prototype.slice.apply(
|
||||||
|
|
Loading…
Reference in a new issue