From ddb99383ad48276ddc6a7b4bd18059ca2135aa3f Mon Sep 17 00:00:00 2001
From: cjeske
Date: Tue, 13 Dec 2011 16:27:59 +0100
Subject: [PATCH] Made some renamings from Amber to Ember
---
assets/examples/contacts/app.js | 2 +-
assets/examples/contacts/index.html | 2 +-
assets/tutorial/steps/13.yml | 2 +-
assets/tutorial/tutorial.js | 4 ++--
team.html | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/assets/examples/contacts/app.js b/assets/examples/contacts/app.js
index dc2af8a8e2..6bb1b2d3da 100644
--- a/assets/examples/contacts/app.js
+++ b/assets/examples/contacts/app.js
@@ -74,7 +74,7 @@ App.contactsController = SC.ArrayController.create({
success: function(data) {
var contacts = data.contacts;
- // Turn JSON objects into bindable Amber
+ // Turn JSON objects into bindable Ember
// objects.
contacts = contacts.map(function(item) {
return self.createContactFromJSON(item);
diff --git a/assets/examples/contacts/index.html b/assets/examples/contacts/index.html
index ee89b7f88b..ae81c5e676 100644
--- a/assets/examples/contacts/index.html
+++ b/assets/examples/contacts/index.html
@@ -1,7 +1,7 @@
- Amber.js Contacts
+ Ember.js Contacts
diff --git a/assets/tutorial/steps/13.yml b/assets/tutorial/steps/13.yml
index 5e6910fd1f..46d7aeec99 100644
--- a/assets/tutorial/steps/13.yml
+++ b/assets/tutorial/steps/13.yml
@@ -5,7 +5,7 @@ body: >
For this we can use the bindAttr helper which will automatically update an elements attributes based
on the value of a binding. Here, we bind the class attribute. If isDone is true then the class will be
- added. Amber automatically dasherizes class names for us.
+ added. Ember automatically dasherizes class names for us.
codeTarget: 'template'
diff --git a/assets/tutorial/tutorial.js b/assets/tutorial/tutorial.js
index e9ca9d427b..fdb18a56f2 100644
--- a/assets/tutorial/tutorial.js
+++ b/assets/tutorial/tutorial.js
@@ -469,7 +469,7 @@ Tutorial.AceEditorView = SC.AceEditorView.extend({
/*
Tutorial.loadSteps = function() {
Tutorial.tutorialController.addStep({
- body: "Welcome. To get a feel for Amber, follow along this quick tutorial."
+ body: "Welcome. To get a feel for Ember, follow along this quick tutorial."
});
Tutorial.tutorialController.addStep({
@@ -576,7 +576,7 @@ Tutorial.loadSteps = function() {
});
Tutorial.tutorialController.addStep({
- body: "Congratulations! You've just created your first Amber application!"
+ body: "Congratulations! You've just created your first Ember application!"
});
};
*/
diff --git a/team.html b/team.html
index 8eaa0e6e08..75d9dfcbec 100644
--- a/team.html
+++ b/team.html
@@ -43,7 +43,7 @@
The Team
-
This is the team of the awesome people working on Amber.js.
+
This is the team of the awesome people working on Ember.js.