mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
typo...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
10f413a819
commit
200485f5ed
@ -3035,7 +3035,7 @@ var BaseBrowserPrototype = {
|
|||||||
if(context.root == null && section instanceof Array){
|
if(context.root == null && section instanceof Array){
|
||||||
// NOTE: we are not passing context down to make each section
|
// NOTE: we are not passing context down to make each section
|
||||||
// independent of the others... (XXX ???)
|
// independent of the others... (XXX ???)
|
||||||
var s= {}
|
var s = {}
|
||||||
section
|
section
|
||||||
.forEach(function(name){
|
.forEach(function(name){
|
||||||
s[name] = this.render(
|
s[name] = this.render(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user