Skip to content

Commit

Permalink
Removes some ugly unused images from the foundation framework and add…
Browse files Browse the repository at this point in the history
…s updated sproutcore assets which are more useful.
  • Loading branch information
publickeating committed Jun 1, 2013
1 parent 696e8bf commit b02c282
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions frameworks/foundation/tests/system/image_queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ var guardTimeout, firstGoodImageURL, secondGoodImageURL, badImageURL;
module("Image Queue", {
setup: function() {
guardTimeout = 30000;
firstGoodImageURL = sc_static('images/sproutcore.png');
secondGoodImageURL = sc_static('images/sproutcore-logo.png');
firstGoodImageURL = sc_static('images/sproutcore-128.png');
secondGoodImageURL = sc_static('images/sproutcore-256.png');
badImageURL = "http://www.sproutcore.com/images/foobar.png";
}
});
Expand Down
2 changes: 1 addition & 1 deletion frameworks/foundation/tests/views/image/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/*global module test ok equals stop */

(function () {
var logoURL = sc_static('images/sproutcore.png');
var logoURL = sc_static('images/sproutcore-256.png');

var pane = SC.ControlTestPane.design()
.add("image_loaded", SC.ImageView, {
Expand Down

0 comments on commit b02c282

Please sign in to comment.