summaryrefslogtreecommitdiff
path: root/js/gallery.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/gallery.js')
-rw-r--r--js/gallery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/gallery.js b/js/gallery.js
index d114ec6..a9430fc 100644
--- a/js/gallery.js
+++ b/js/gallery.js
@@ -5,7 +5,7 @@ var gallery = {}
gallery.init = function(choose){
if (choose) {
- galler.choose = choose;
+ gallery.choose = choose;
}
gallery.bind()
}