Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Mention some of the functions used in ember packages/ember run-time/lib and packages/ember metal/lib/utils.js ?

Answer Posted / Deepak Sahu

"Some important functions found in Ember packages include: 1) Object.create in ember-runtime/lib/system/core (a polyfill for Object.create). 2) compute, computed, observer, and property in ember-runtime/lib/computed (used for creating computed properties). 3) extend, mixin, and Ember.Object in ember-runtime/lib/object (provide class-like inheritance in JavaScript). Some functions found in ember-metal/lib/utils include: 1) isPresent and coerceToString (used for checking if a value is present and converting it to a string respectively). 2) ASCII case insensitive comparison functions such as startsWithCaseInsensitive, endsWithCaseInsensitive."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are observers in ember.js?

2