Browse Source

Remove method.

pull/144/head
Evan Theurer 12 years ago
parent
commit
a48c95bdcd
  1. 4
      static/js/directives/buddypictureupload.js

4
static/js/directives/buddypictureupload.js

@ -20,10 +20,6 @@ @@ -20,10 +20,6 @@
*/
define(['jquery', 'underscore', 'text!partials/buddypictureupload.html'], function($, _, template) {
var getNumFromPx = function(px) {
return px.match(/[\-0-9]+/) ? Number(px.match(/[\-0-9]+/)[0]) : 0;
};
// buddyPictureUpload
return ["$compile", function($compile) {

Loading…
Cancel
Save