Skip to content

Commit

Permalink
[FIX]
Browse files Browse the repository at this point in the history
  • Loading branch information
hmo-odoo committed Oct 17, 2012
1 parent 2c687af commit fee84c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/google_docs/static/src/js/gdocs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openerp.google_docs = function(instance, m) {
var QWeb = instance.web.qweb,
_t = instance.web._t;
//{}
var _t = instance.web._t,
QWeb = instance.web.qweb;

instance.web.Sidebar = instance.web.Sidebar.extend({
on_attachments_loaded: function(attachments) {
var self = this;
Expand Down

0 comments on commit fee84c9

Please sign in to comment.