Fixed settings usage.

use-minification
Jae Beojkkoch 6 years ago
parent 57aad0a4b7
commit 5ae4530984
  1. 2
      js/imgur.js

@ -3,7 +3,7 @@
var weechat = angular.module('weechat'); var weechat = angular.module('weechat');
weechat.factory('imgur', 'settings', ['$rootScope', function($rootScope) { weechat.factory('imgur', ['$rootScope', 'settings', function($rootScope, settings) {
var process = function(image, callback) { var process = function(image, callback) {

Loading…
Cancel
Save