Skip to content

Commit

Permalink
Change "export" to "exportData" because of IE8
Browse files Browse the repository at this point in the history
IE8 thinks export is a reserved word even for identiferName
  • Loading branch information
Trinh Ho committed May 16, 2013
1 parent 57df36f commit 9737b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ng-grid-wysiwyg-export.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
self.services = services;
};

self.export = function () {
self.exportData = function () {
var ret = {
columns: [],
columnWidths: [],
Expand Down

0 comments on commit 9737b5f

Please sign in to comment.