Skip to content

Commit

Permalink
fix text tool
Browse files Browse the repository at this point in the history
  • Loading branch information
nraynaud committed Jul 3, 2016
1 parent 845af86 commit b7cb64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/cnc/cam/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ define(['RSVP', 'cnc/cam/cam', 'clipper', 'libs/opentype'], function (RSVP, cam,
function getFontList() {
return new RSVP.Promise(
function (resolve, reject) {
$.get('https://www.googleapis.com/webfonts/v1/webfonts?key=AIzaSyC9qzOvN5FgIPj-xDohd64xz0kxW1dcTB8', function (result) {
$.get('https://www.googleapis.com/webfonts/v1/webfonts?key=AIzaSyDk4GNlKSACCgME1-MbDo2aSEHq0lgDAuA', function (result) {
Ember.run(null, resolve, result.items);
}).fail(Ember.run.bind(null, reject));
});
Expand Down

0 comments on commit b7cb64e

Please sign in to comment.