Skip to content

Commit

Permalink
- gchart also use .gif from images/
Browse files Browse the repository at this point in the history
  • Loading branch information
maho committed Jul 26, 2012
1 parent db7bc58 commit d770dfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/pyjamas/chart/GChartConsts.py
Expand Up @@ -717,7 +717,7 @@ class YAxisId(object):
** @see #setBlankImageURL setBlankImageURL
**
*"""
DEFAULT_BLANK_IMAGE_URL_FULLPATH = pygwt.getModuleBaseURL()+DEFAULT_BLANK_IMAGE_URL
DEFAULT_BLANK_IMAGE_URL_FULLPATH = pygwt.getImageBaseURL(True) + DEFAULT_BLANK_IMAGE_URL
DEFAULT_GRID_HEIGHT = DEFAULT_TICK_THICKNESS
DEFAULT_GRID_WIDTH = DEFAULT_TICK_THICKNESS
GRID_BORDER_STYLE = "solid"
Expand Down
File renamed without changes

0 comments on commit d770dfb

Please sign in to comment.