blossom
Version:
Modern, Cross-Platform Application Framework
14 lines (9 loc) • 467 B
JavaScript
// ==========================================================================
// Project: Blossom - Modern, Cross-Platform Application Framework
// Copyright: ©2012 Fohr Motion Picture Studios. All rights reserved.
// License: Licensed under the GPLv3 license (see BLOSSOM-LICENSE).
// ==========================================================================
sc_require('media/media');
SC.Video = SC.Media.extend({
isVideo: true // Walk like a duck.
});