Skip to content

Commit

Permalink
0.1 Build 374
Browse files Browse the repository at this point in the history
* A bug prevented to construct an appropriate css sprite image representation.
  • Loading branch information
hyperandroid committed Dec 16, 2011
1 parent e781eeb commit e9dc5bf
Show file tree
Hide file tree
Showing 57 changed files with 3,591 additions and 3,424 deletions.
6 changes: 3 additions & 3 deletions build/caat-box2d-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build/caat-box2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Version: 0.1 build: 371
Version: 0.1 build: 374
Created on:
DATE: 2011-12-15
TIME: 21:28:43
DATE: 2011-12-16
TIME: 17:29:01
*/


Expand Down
18 changes: 9 additions & 9 deletions build/caat-css-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions build/caat-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Version: 0.1 build: 371
Version: 0.1 build: 374
Created on:
DATE: 2011-12-15
TIME: 21:28:43
DATE: 2011-12-16
TIME: 17:29:01
*/


Expand Down Expand Up @@ -9809,7 +9809,7 @@ CAAT.RegisterDirector= function __CAATGlobal_RegisterDirector(director) {

return '-'+(el.x-this.offsetX)+'px '+
'-'+(el.y-this.offsetY)+'px '+
this.transformation===this.TR_TILE ? '' : 'no-repeat';
(this.transformation===this.TR_TILE ? '' : 'no-repeat');
},
/**
* Get the number of subimages in this compoundImage
Expand Down
Loading

0 comments on commit e9dc5bf

Please sign in to comment.