summaryrefslogtreecommitdiff
path: root/js/api/localstorage.js
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-02-02 02:25:07 -0500
committerjules <jules@okfoc.us>2014-02-02 02:25:07 -0500
commitff36ed287ec8747fe25e429bc5fa11961274bbd3 (patch)
treecae45435286369ed6f658729eca0c09a80a5effe /js/api/localstorage.js
parent76a4f773a56eaf59953f2f7ebe027d8b0a4b3ee7 (diff)
add examples from json
Diffstat (limited to 'js/api/localstorage.js')
-rw-r--r--js/api/localstorage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/api/localstorage.js b/js/api/localstorage.js
index eeae658..309d49d 100644
--- a/js/api/localstorage.js
+++ b/js/api/localstorage.js
@@ -5,7 +5,7 @@ local_shaders.init = function(){
}
local_shaders.bind = function(){
local_shaders.buttons = {}
- if ('SHADERS' in window) {
+ if ('EXAMPLE_SHADERS' in window) {
local_shaders.bindButtons( window.SHADERS )
}
local_shaders.bindButtons( local_shaders.getShaders() )