Skip to content

Commit

Permalink
update yql api key for example apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichun Zhan committed Sep 24, 2012
1 parent 157ddb8 commit 55925f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -5,7 +5,7 @@
*/

YUI.add('flickrModel', function(Y) {
var API_KEY = '9cc79c8bf1942c683b0d4e30b838ee9c';
var API_KEY = '84921e87fb8f2fc338c3ff9bf51a412e';

Y.mojito.models.flickr = {
init: function(config) {
Expand Down
Expand Up @@ -5,7 +5,7 @@
*/

YUI.add('flickrModel', function(Y) {
var API_KEY = '9cc79c8bf1942c683b0d4e30b838ee9c';
var API_KEY = '84921e87fb8f2fc338c3ff9bf51a412e';
Y.mojito.models.flickr = {
init: function(config) {
this.config = config;
Expand Down

0 comments on commit 55925f3

Please sign in to comment.