mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
21ebcb2b58
commit
7b60f4d326
@ -127,9 +127,8 @@ var BaseBrowserPrototype = {
|
||||
//
|
||||
// <item> format:
|
||||
// {
|
||||
// item: ...,
|
||||
// value: ...,
|
||||
//
|
||||
// // options...
|
||||
// ...
|
||||
// }
|
||||
//
|
||||
@ -254,6 +253,7 @@ object.makeConstructor('BaseBrowser',
|
||||
BaseBrowserPrototype)
|
||||
|
||||
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
var BrowserClassPrototype = {
|
||||
@ -284,7 +284,7 @@ var BrowserPrototype = {
|
||||
|
||||
// save the rendered state to .dom
|
||||
render: function(context, options){
|
||||
this.dom = object.parent(BrowserPrototype.render, this).call(this, context, options)
|
||||
this.dom = object.parent(BrowserPrototype.render, this).call(this, ...arguments)
|
||||
return this.dom
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user