Sha256: d57dd45f9b96ee8dde177455dd61810210344a81233b204ee8651d494039b30c
Contents?: true
Size: 1.67 KB
Versions: 4
Compression:
Stored size: 1.67 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1380709799.218805:@value"E{I" class:ETI"BundledAsset;FI"logical_path;TI"Widgets/Observable.js;TI" pathname;TI"S/Users/bogumil/www/engines/cesium/app/assets/javascripts/Widgets/Observable.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-02T12:16:28+02:00;TI"length;Ti]I"digest;TI"%184f63a05c0e04e1346cca9a08afbdc7;FI"source;TI"]/*global define*/ define(['Core/DeveloperError'], function(DeveloperError) { "use strict"; /** * <p> * Observable properties are used to implement two-way data binding in * Cesium's Model-View-View-Model (MVVM) based widget architecture. * Observable properties can be accessed and assigned like any ECMAScript 5 property. * </p> * <p> * Internally, Cesium uses the Knockout and Knockout-ES5 libraries to implement * observable properties. * </p> * <p> * This type describes an interface and is not intended to be instantiated * directly. * </p> * * @alias Observable * @constructor * * @see <a href='http://knockoutjs.com/'>Knockout homepage</a> * @see <a href='https://github.com/SteveSanderson/knockout-es5'>Knockout-ES5</a> * @see <a href='https://github.com/AnalyticalGraphicsInc/cesium/wiki/Architecture'>Widget Architecture</a> */ var Observable = function Observable() { throw new DeveloperError('This type should not be instantiated directly.'); }; return Observable; }); ;TI"required_assets_digest;TI"%2bd0fe002c14e360f97d55f1e7e38bbf;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
4 entries across 4 versions & 1 rubygems