Skip to content

Commit

Permalink
Added Opera to the list of gradients generated. Cant test because of …
Browse files Browse the repository at this point in the history
…missing files on github
  • Loading branch information
Divya Manian committed Apr 28, 2011
1 parent 0267464 commit 04bafe4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/color-stops.js
Expand Up @@ -323,7 +323,10 @@ var ColorStops = {};
},
mozilla: function(type, dragStart, dragEnd, colorStops, container) {
return newGenerator("moz", type, dragStart, dragEnd, colorStops, container);
}
},
opera: function(type, dragStart, dragEnd, colorStops, container) {
return newGenerator("o", type, dragStart, dragEnd, colorStops, container);
},
};

ColorStops.generateCSS = function(type, dragStart, dragEnd, colorStops, container) {
Expand Down

0 comments on commit 04bafe4

Please sign in to comment.