Built-In Namespace: _global_
Field Summary
Class Methods
- $
- $a
- A
- a
- A4
- aa
- Aa
- action
- add
- adoptBoundary
- AH
- AI
- AlohaImagePlugin
- animateEnd
- b
- B
- ba
- c
- ca
- call
- callback
- cb
- check
- checkScriptType
- child
- CiteClosure
- Class
- cleanUp
- condition
- constrain
- createBeforeAfterNodeSetter
- createCallback
- createDelegate
- createInterceptor
- CreateLayer
- createSequence
- currentStyle
- D
- d
- defer
- delegate
- doDecode
- doEncode
- dom_parser
- DOMContentLoaded
- DOMRange
- DOMSelection
- doSomething
- e
- ea
- encodeArray
- encodeDate
- encodeString
- error_func
- escape
- escape_xml
- eventHandle
- f
- f1
- Fa
- fa
- fcamelCase
- fcleanup
- fescape
- fly
- fn
- format
- g
- Ga
- ga
- get
- getComputedStyle
- getDisplay
- getNormalizedParams
- getObject
- getOEmbedProvider
- getQueue
- getSelectionRangeAt
- getStateOverride
- getVal
- getValueOverride
- getVisMode
- H
- h
- ha
- Ha
- handler
- hidden
- I
- i
- ia
- Ia
- iCallback
- indeterm
- indexOf
- innerEquiv
- insertMarker
- J
- j
- ja
- Ja
- jQueryCheck
- jstree_contains
- jstree_title_contains
- k
- K
- ka
- Ka
- l
- L
- la
- La
- leftPad
- load
- m
- M
- Ma
- ma
- makeArray
- n
- na
- Na
- newParentInstructions
- O
- o
- oa
- Oa
- OEmbedProvider
- oncontrolselect
- onDone
- ondragstart
- onMove
- onmovestart
- onresizestart
- onselectstart
- P
- p
- pa
- Pa
- pad
- processResults
- proxy
- q
- Q
- Qa
- queue
- r
- R
- Ra
- raf
- RangeIterator
- refreshSelection
- remove
- removeTask
- requirejs
- result
- resume
- rucHeadersFunc
- runTasks
- S
- s
- sa
- Sa
- Sanitize
- selectionIsBackwards
- selectionIsCollapsed
- setQueue
- setStateOverride
- setValueOverride
- showNext
- siblingCheck
- siblingCriteria
- Sizzle
- sortOrder
- startThread
- state
- stopThread
- style_html
- success_func
- T
- t
- Ta
- ta
- tableToGrid
- tagComparator
- testChange
- toggler
- U
- Ua
- ua
- unsetStateOverride
- unsetValueOverride
- V
- v
- va
- Va
- validateInterface
- value
- W
- w
- wa
- Wa
- walk
- WrappedRange
- x
- xa
- Xa
- y
- Y
- Ya
- ya
- Z
- z
- Za
- za
Field Detail
alltests alohaConsole DD_belatedPNGDD_belatedPNG
: Adds IE6 support: PNG images for CSS background-image and HTML .
Author: Drew Diller
Email: drew.diller@gmail.com
URL: http://www.dillerdesign.com/experiment/DD_belatedPNG/
Version: 0.0.8a
Licensed under the MIT License: http://dillerdesign.com/experiment/DD_belatedPNG/#license
Example usage:
DD_belatedPNG.fix('.png_bg')
; // argument is a CSS selector
DD_belatedPNG.fixPng(
someNode
); // argument is an HTMLDomElement
Defined in: dd_belatedpng.js.
The function that handles definitions of modules. Differs from require() in that a string for the module should be the first argument, and the function to execute after dependencies are loaded should return a value to define the module corresponding to the first argument's name.
Defined in: aloha.js.
The data structure representing a diff is an array of tuples: [[DIFF_DELETE, 'Hello'], [DIFF_INSERT, 'Goodbye'], [DIFF_EQUAL, ' world.']] which means: delete 'Hello', add 'Goodbye' and keep ' world.'
Defined in: diff_match_patch_uncompressed.js.
Main entry point.
If the only argument to require is a string, then the module that is represented by that string is fetched for the appropriate context.
If the first argument is an array, then it will be treated as an array of dependency string names to fetch. An optional function callback can be specified to execute when all of those dependencies are available.
Make a local req variable to help Caja compliance (it assumes things on a require that are not standardized), and to give a short name for minification/local scope use.
Defined in: aloha.js.
Class Method Detail
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: jquery.jqGrid.js.
- Parameters:
- y
Defined in: jquery.ui.js.
- Parameters:
- c
Defined in: speak.js.
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: ext-all-debug.js.
Defined in: jquery-1.6.1.js.
- Parameters:
- key
- value
Defined in: ierange-m2.js.
- Parameters:
- domRange
- textRange
- bStart
Defined in: speak.js.
- Parameters:
- AM
Defined in: speak.js.
Defined in: image-plugin.js.
- Parameters:
- aQuery
- Plugin
- FloatingMenu
- i18nCore
- i18n
Defined in: highlighteditables-plugin.js.
Defined in: ext-all.js.
- Parameters:
- e
- g
- c
Defined in: jquery.jqGrid.js.
- Parameters:
- e
- d
- i
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: underscore-min.js.
- Parameters:
- a
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ext-all-debug.js.
Defined in: jquery-1.6.1.js.
- Parameters:
- _
- isAbort
Defined in: ext-all-debug.js.
Defined in: ext-jquery-adapter-debug.js.
- Parameters:
- r
Defined in: jquery-1.6.1.js.
- Parameters:
- elem
Defined in: undo.js.
Defined in: googletranslate-plugin.js.
- Parameters:
- Aloha
- Plugin
- FloatingMenu
Defined in: class.js.
Defined in: jquery-1.5.1.js.
Defined in: engine.js.
Checks whether or not the current number is within a desired range. If the number is already within the range it is returned, otherwise the min or max value is returned depending on which side of the range is exceeded. Note that this method returns the constrained value but does not change the current number.
Defined in: ext-jquery-adapter-debug.js.
- Parameters:
- Number min
- The minimum number in the range
- Number max
- The maximum number in the range
- Returns:
- Number The constrained value if outside the range, otherwise the current value
Defined in: rangy-core.js.
- Parameters:
- name
- oppositeName
Creates a callback that passes arguments[0], arguments[1], arguments[2], ...
Call directly on any function. Example: myFunction.createCallback(arg1, arg2)
Will create a function that is bound to those 2 args. If a specific scope is required in the
callback, use #createDelegate instead. The function returned by createCallback
always
executes in the window scope.
This method is required when you want to pass arguments to a callback function. If no arguments
are needed, you can simply pass a reference to the function as a callback (e.g., callback: myFn
).
However, if you tried to pass a function with arguments (e.g., callback: myFn
(arg1, arg2)) the function
would simply execute immediately when the code is parsed. Example usage:
var sayHi = function(name){
alert('Hi, ' + name);
}
// clicking the button alerts "Hi, Fred"
new Ext.Button({
text: 'Say Hi',
renderTo: Ext.getBody(),
handler: sayHi.createCallback('Fred')
});
Defined in: ext-jquery-adapter-debug.js.
- Returns:
- Function The new function
Creates a delegate (callback) that sets the scope to obj.
Call directly on any function. Example: this.myFunction.createDelegate(this, [arg1, arg2])
Will create a function that is automatically scoped to obj so that the this variable inside the
callback points to obj. Example usage:
var sayHi = function(name){
// Note this use of "this.text" here. This function expects to
// execute within a scope that contains a text property. In this
// example, the "this" variable is pointing to the btn object that
// was passed in createDelegate below.
alert('Hi, ' + name + '. You clicked the "' + this.text + '" button.');
}
var btn = new Ext.Button({
text: 'Say Hi',
renderTo: Ext.getBody()
});
// This callback will execute in the scope of the
// button instance. Clicking the button alerts
// "Hi, Fred. You clicked the "Say Hi" button."
btn.on('click', sayHi.createDelegate(btn, ['Fred']));
Defined in: ext-jquery-adapter-debug.js.
- Parameters:
- Object scope
- (optional) The scope (
this
reference) in which the function is executed. If omitted, defaults to the browser window. - Array args
- (optional) Overrides arguments for the call. (Defaults to the arguments passed by the caller)
- Boolean/Number appendArgs
- (optional) if True args are appended to call args instead of overriding, if a number the args are inserted at the specified position
- Returns:
- Function The new function
Creates an interceptor function. The passed function is called before the original one. If it returns false, the original one is not called. The resulting function returns the results of the original function. The passed function is called with the parameters of the original function. Example usage:
var sayHi = function(name){
alert('Hi, ' + name);
}
sayHi('Fred'); // alerts "Hi, Fred"
// create a new function that validates input without
// directly modifying the original function:
var sayHiToFriend = sayHi.createInterceptor(function(name){
return name == 'Brian';
});
sayHiToFriend('Fred'); // no alert
sayHiToFriend('Brian'); // alerts "Hi, Brian"
Defined in: ext-jquery-adapter-debug.js.
- Parameters:
- Function fcn
- The function to call before the original
- Object scope
- (optional) The scope (
this
reference) in which the passed function is executed. If omitted, defaults to the scope in which the original function is called or the browser window.
- Returns:
- Function The new function
Defined in: table-create-layer.js.
- Parameters:
- TablePlugin
Create a combined function call sequence of the original function + the passed function. The resulting function returns the results of the original function. The passed fcn is called with the parameters of the original function. Example usage:
var sayHi = function(name){
alert('Hi, ' + name);
}
sayHi('Fred'); // alerts "Hi, Fred"
var sayGoodbye = sayHi.createSequence(function(name){
alert('Bye, ' + name);
});
sayGoodbye('Fred'); // both alerts show
Defined in: ext-jquery-adapter-debug.js.
- Parameters:
- Function fcn
- The function to sequence
- Object scope
- (optional) The scope (
this
reference) in which the passed function is executed. If omitted, defaults to the scope in which the original function is called or the browser window.
- Returns:
- Function The new function
Defined in: jquery-1.6.1.js.
- Parameters:
- elem
- name
Defined in: jquery.jqGrid.js.
- Parameters:
- e
Defined in: ext-all.js.
Calls this function after the number of millseconds specified, optionally in a specific scope. Example usage:
var sayHi = function(name){
alert('Hi, ' + name);
}
// executes immediately:
sayHi('Fred');
// executes after 2 seconds:
sayHi.defer(2000, this, ['Fred']);
// this syntax is sometimes useful for deferring
// execution of an anonymous function:
(function(){
alert('Anonymous');
}).defer(100);
Defined in: ext-jquery-adapter-debug.js.
- Parameters:
- Number millis
- The number of milliseconds for the setTimeout call (if less than or equal to 0 the function is executed immediately)
- Object scope
- (optional) The scope (
this
reference) in which the function is executed. If omitted, defaults to the browser window. - Array args
- (optional) Overrides arguments for the call. (Defaults to the arguments passed by the caller)
- Boolean/Number appendArgs
- (optional) if True args are appended to call args instead of overriding, if a number the args are inserted at the specified position
- Returns:
- Number The timeout id that can be used with clearTimeout
Defined in: jquery-1.6.1.js.
- Parameters:
- event
Defined in: ext-all.js.
- Parameters:
- json
Defined in: ext-all.js.
- Parameters:
- o
Defined in: jquery.store.js.
- Parameters:
- _xmlString
Defined in: jquery-1.6.1.js.
Defined in: ierange-m2.js.
- Parameters:
- document
Defined in: ierange-m2.js.
- Parameters:
- document
Defined in: jquery.aloha.js.
- Parameters:
- el
Defined in: jquery.ui.js.
- Parameters:
- h
Defined in: ui-layout.js.
Defined in: ext-all.js.
- Parameters:
- o
Defined in: ext-all.js.
- Parameters:
- o
Defined in: ext-all.js.
- Parameters:
- s
Defined in: jquery.jstree.js.
- Parameters:
- x
- t
- e
Defined in: ext-jquery-adapter-debug.js.
- Parameters:
- String string
- The string to escape
- Returns:
- String The escaped string
Defined in: jquery.jstree.js.
- Parameters:
- string
Defined in: jquery-1.6.1.js.
- Parameters:
- e
Defined in: jquery.ui.js.
- Parameters:
- h
Defined in: jquery.jqGrid.js.
- Parameters:
- a
Defined in: jquery.jqGrid.js.
- Parameters:
- e
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: jquery-1.6.1.js.
- Parameters:
- all
- letter
Defined in: jquery-1.6.1.js.
- Parameters:
- nm
Defined in: jquery-1.6.1.js.
- Parameters:
- all
- num
Defined in: ext-all-debug.js.
- Parameters:
- dom
Defined in: ext-all-debug.js.
Allows you to define a tokenized string and pass an arbitrary number of arguments to replace the tokens. Each token must be unique, and must increment in the format {0}, {1}, etc. Example usage:
var cls = 'my-class', text = 'Some text';
var s = String.format('<div class="{0}">{1}</div>', cls, text);
// s now contains the string: '<div class="my-class">Some text</div>'
Defined in: ext-jquery-adapter-debug.js.
- Parameters:
- String string
- The tokenized string to be formatted
- String value1
- The value to replace token {0}
- String value2
- Etc...
- Returns:
- String The formatted string
Defined in: jquery.ui.js.
- Parameters:
- o
- m
- n
Defined in: ui-layout.js.
- Parameters:
- a
- b
- c
Defined in: jquery.jqGrid.js.
- Parameters:
- e
- d
- i
- n
- p
Defined in: text.js.
- Parameters:
- url
- callback
Defined in: jquery-1.6.1.js.
- Parameters:
- elem
- name
Defined in: ext-all-debug.js.
- Parameters:
- dom
Defined in: oembedcontenthandler.js.
- Parameters:
- params
Defined in: ext-all-debug.js.
- Parameters:
- o
Defined in: oembedcontenthandler.js.
- Parameters:
- url
Defined in: ext-all-debug.js.
- Parameters:
- id
Defined in: rangy-core.js.
- Parameters:
- sel
Defined in: engine.js.
- Parameters:
- command
- range
Defined in: jquery-1.6.1.js.
- Parameters:
- elem
Defined in: engine.js.
- Parameters:
- command
- range
Defined in: ext-all-debug.js.
- Parameters:
- dom
Defined in: underscore-min.js.
- Parameters:
- a
- b
Defined in: underscore-min.js.
Defined in: ui-layout.js.
- Parameters:
- a
- b
- c
- d
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: jquery-1.6.1.js.
- Parameters:
- event
Defined in: jquery.jqGrid.js.
- Parameters:
- b
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: jquery.ui.js.
- Parameters:
- s
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: jquery-1.5.1.js.
- Parameters:
- index
Defined in: engine.js.
Defined in: ext-jquery-adapter-debug.js.
- Parameters:
- Object o
- The object to check for
- Number from
- (Optional) The index at which to begin the search
- Returns:
- Number The index of o in the array (or -1 if it is not found)
Defined in: qunit.js.
Defined in: testutils.js.
- Parameters:
- node
- offset
- marker
Defined in: ui-layout.js.
- Parameters:
- a
- b
- c
- d
Defined in: backbone-min.js.
- Parameters:
- a
- b
- c
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: ui-layout.js.
- Parameters:
- a
jQuery
1.4.3+ supports ways to hold off calling
calling jQuery
ready callbacks until all scripts are loaded. Be sure
to track it if the capability exists.. Also, since jQuery
1.4.3 does
not register as a module, need to do some global inference checking.
Even if it does register as a module, not guaranteed to be the precise
name of the global. If a jQuery
is tracked for this context, then go
ahead and register it as a module too, if not already in process.
Defined in: aloha.js.
- Parameters:
- jqCandidate
Defined in: jquery.jstree.js.
- Parameters:
- a
- i
- m
Defined in: jquery.jstree.js.
- Parameters:
- a
- i
- m
Defined in: backbone-min.js.
- Parameters:
- a
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: jquery.jqGrid.js.
- Parameters:
- a
- e
- n
- m
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
Pads the left side of a string with a specified character. This is especially useful for normalizing number and date strings. Example usage:
var s = String.leftPad('123', 5, '0');
// s now contains the string: '00123'
Defined in: ext-jquery-adapter-debug.js.
- Parameters:
- String string
- The original string
- Number size
- The total length of the output string
- String char
- (optional) The character with which to pad the original string (defaults to empty string " ")
- Returns:
- String The padded string
Defined in: require.js.
- Parameters:
- ret
Defined in: jquery.ui.js.
- Parameters:
- p
Defined in: ui-layout.js.
- Parameters:
- a
- b
- c
- d
Defined in: ui-layout.js.
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: jquery-1.6.1.js.
- Parameters:
- array
- results
Defined in: jquery.ui.js.
- Parameters:
- p
- w
- G
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: engine.js.
Defined in: jquery.jqGrid.js.
- Parameters:
- e
- d
- i
- n
- p
- A
Defined in: jquery.ui.js.
- Parameters:
- p
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: oembedcontenthandler.js.
- Parameters:
- name
- urlPattern
- oEmbedUrl
- callbackparameter
Defined in: table.js.
- Parameters:
- e
Defined in: jquery.jcrop.min.js.
Defined in: table.js.
- Parameters:
- e
Defined in: jquery.jcrop.min.js.
Defined in: table.js.
- Parameters:
- e
Defined in: table.js.
- Parameters:
- e
Defined in: table.js.
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: jquery.jqGrid.js.
- Parameters:
- a
Defined in: jquery.jqGrid.js.
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: ext-all.js.
- Parameters:
- n
Defined in: repositorymanager.js.
- Parameters:
- Array items
- - Results returned by the repository
-
Object
metainfo - - optional Metainfo returned by the repository
Defined in: jquery-1.6.1.js.
Defined in: jquery.jqGrid.js.
- Parameters:
- i
- d
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ext-all-debug.js.
Defined in: backbone-min.js.
- Parameters:
- a
- b
- c
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: jquery-1.6.1.js.
Defined in: ierange-m2.js.
- Parameters:
- range
Defined in: rangy-core.js.
- Parameters:
- sel
Defined in: ext-jquery-adapter-debug.js.
- Parameters:
- Object o
- The object to remove
- Returns:
- Array this array
Defined in: ext-jquery-adapter-debug.js.
- Parameters:
- t
Defined in: require.js.
- Parameters:
- deps
- callback
Defined in: selection.js.
- Parameters:
- domobj
- markupObject
Defined in: aloha.js.
Defined in: jquery-1.5.1.js.
- Parameters:
- _
- $1
- $2
Defined in: ext-jquery-adapter-debug.js.
Defined in: jquery.jqGrid.js.
Defined in: jquery.jqGrid.js.
- Parameters:
- a
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
- Parameters:
- a
Copyright (c) 2010 by Gabriel Birke
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Defined in: sanitize.js.
Defined in: rangy-core.js.
- Parameters:
- sel
Defined in: rangy-core.js.
- Parameters:
- sel
Defined in: ext-all-debug.js.
- Parameters:
- id
- value
Defined in: engine.js.
- Parameters:
- command
- newState
- range
Defined in: engine.js.
- Parameters:
- command
- newValue
- range
Defined in: aloha-boilerplate.js.
Defined in: jquery-1.6.1.js.
- Parameters:
- a
- b
- ret
Defined in: engine.js.
Defined in: jquery-1.6.1.js.
- Parameters:
- query
- context
- extra
- seed
Defined in: jquery-1.6.1.js.
- Parameters:
- a
- b
Defined in: ext-jquery-adapter-debug.js.
Defined in: engine.js.
- Parameters:
- range
Defined in: ext-jquery-adapter-debug.js.
Defined in: htmlbeautifier.js.
- Parameters:
- html_source
- options
Defined in: jquery.jstree.js.
- Parameters:
- d
- t
- x
Defined in: jquery.jqGrid.js.
- Parameters:
- e
- d
- i
- n
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: jquery.jqGrid.js.
- Parameters:
- n
- o
Defined in: selection.js.
- Parameters:
- domobj
- markupObject
Defined in: jquery-1.6.1.js.
- Parameters:
- e
Defined in: jquery-1.6.1.js.
- Parameters:
- event
Defined in: ui-layout.js.
- Parameters:
- a
- b
- c
Defined in: ui-layout.js.
- Parameters:
- a
- b
- c
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: engine.js.
- Parameters:
- command
- range
Defined in: engine.js.
- Parameters:
- command
- range
Defined in: ui-layout.js.
- Parameters:
- a
- b
- c
- d
Defined in: jquery.jqGrid.js.
- Parameters:
- e
- d
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: ui-layout.js.
Defined in: jquery.jstree.js.
- Parameters:
- obj
- inter
Defined in: engine.js.
- Parameters:
- range
Defined in: ui-layout.js.
- Parameters:
- a
- b
- c
Defined in: jquery.jqGrid.js.
- Parameters:
- i
Defined in: ui-layout.js.
- Parameters:
- a
- b
- c
Defined in: ui-layout.js.
Defined in: ext-all-debug.js.
- Parameters:
- row
- col
- step
Defined in: rangy-core.js.
- Parameters:
- textRange
Defined in: ext-all.js.
- Parameters:
- B
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
- Parameters:
- a
- b
- c
- d
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: ui-layout.js.
- Parameters:
- a
Defined in: ui-layout.js.
- Parameters:
- a
- b
Defined in: modernizr-1.7.min.js.
- Parameters:
- a
- b
Defined in: ui-layout.js.
Defined in: ui-layout.js.
- Parameters:
- a
- b
- c